In this diff the file llvm-lipo.rst is added.
Test plan:
make -j8 sphinx
check that ./docs/html/CommandGuide/llvm-lipo.html is built correctly and looks okay.
Differential D62706
[llvm-lipo] Add docs for llvm-lipo alexander-shaposhnikov on May 30 2019, 3:18 PM. Authored by
Details In this diff the file llvm-lipo.rst is added. Test plan:
Diff Detail
Event TimelineComment Actions I had trouble getting recommonmark.parser to install on my system, so I hacked at the patch to get the html and groff formatters to run. Should not be relevant to this review. Please consider breaking apart the required commands from the optional options. This isn't important yet, but as soon as you add "-arch" you're going to have to deal with arguments that are optional and apply to more than one command, and arguments where one-and-only-one command is required. You can see an example in llvm-objdump.rst: SYNOPSIS llvm-objdump [commands] [options] [filenames...] DESCRIPTION The llvm-objdump utility prints stuff[...] COMMANDS At least one of the following commands are required, and some commands can be combined with other commands: [ ... ] OPTIONS llvm-objdump supports the following options: [ ... ] Recent versions of the lipo man page also try to make this clear, although sometimes it's hard. I rendered the CommandGuide as man and also as html, seemed ok.
Comment Actions the static html file (attached to my previous comments) contains some relative paths to various .css style sheets, so it needs to be placed into <your_build_dir>/docs/html/CommandGuide/ to be rendered correctly
Comment Actions Thanks for making this!
|
Nit: wrapping seems a bit weird here?