summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
Commit message (Collapse)AuthorAgeFilesLines
...
* STYLE: Fixed line length and this-> convention violations from yesterday's ↵Brad King2007-02-021-6/+12
| | | | patch.
* ENH: Patch from Alex to improve implementation and prepare for splitting the ↵Brad King2007-02-011-12/+66
| | | | man page into more sections.
* COMP: Patch from Alex for const correctness.Brad King2007-01-221-2/+2
|
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+9
|
* ENH: search for help modules in the correct place for install and source ↵Bill Hoffman2006-04-141-1/+4
| | | | tree builds
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+10
|
* ENH: Renamed --help-list-commands to --help-command-list and split --help ↵Brad King2004-04-141-10/+13
| | | | [command] into separate --help and --help-command cmd options.
* ENH: Added --help-list-commands option.Brad King2004-04-141-1/+2
|
* ENH: Added configuration of name of executable in man page header and ↵Brad King2003-08-061-0/+6
| | | | version banner.
* ENH: Added support to --help to print help for a single command.Brad King2003-08-051-0/+2
|
* ENH: CheckOptions now takes const argv.Brad King2003-07-231-1/+1
|
* ENH: Added SEE ALSO section to generated man page. Minor formatting ↵Brad King2003-07-111-0/+5
| | | | improvements for generated text-only documentation.
* ENH: Added support to write multiple help options with one command line. ↵Brad King2003-07-081-4/+15
| | | | Output files can now also be specified for the help options.
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+4
| | | | instance. Added support for documentation with a Generators section.
* ENH: Re-implemented document generation class to be more organized and more ↵Brad King2003-02-191-33/+99
| | | | robust.
* ENH: Added header before list of commands in generated docs. Made options ↵Brad King2003-02-171-2/+2
| | | | more intuitive.
* ENH: Further improved formatting. HTML/man/help now all have a consistent ↵Brad King2003-02-141-2/+5
| | | | appearance.
* ENH: Improved formatting of documentation.Brad King2003-02-141-0/+1
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+65
Each executable will be able to generate its own documentation.