Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore --help-full option to output all help manuals | Brad King | 2014-04-25 | 1 | -0/+6 |
| | | | | | | This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output. | ||||
* | Help: Format manual/*.1.rst options as definition lists | Kitware Robot | 2013-11-14 | 1 | -72/+91 |
| | | | | | Convert the command-line option documentation formatting from bullet lists to definition lists. | ||||
* | Make --help-* options available from all command-line tools | Brad King | 2013-10-16 | 1 | -0/+111 |
Make the standard --help-* options available from all command-line tools. Drop options that are no longer supported: --copyright, --help-full, --help-html, --help-man, --help-compatcommands, --help-custom-modules De-duplicate Help/manual/*.1.rst help options by using an OPTIONS_HELP.txt file included from each manual. |