summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: add new help option --help-custom-modules, which generatesAlexander Neundorf2007-09-191-1/+18
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-52/+13
* STYLE: sort the property documentation intoAlexander Neundorf2007-07-111-9/+18
* COMP: fix compile on HP-UX with aCC, reusing the same identifier for aAlexander Neundorf2007-07-031-3/+3
* COMP: fix build with msvc 6, the enums are now part of a class which isAlexander Neundorf2007-07-021-15/+24
* ENH: generate separate documentation for the commands, compatiblityAlexander Neundorf2007-06-281-3/+8
* ENH:Alexander Neundorf2007-06-281-13/+20
* ENH: put compatibility commands in extra section and prepare for creatingAlexander Neundorf2007-06-221-0/+7
* COMP: Fix void return failure.Brad King2007-02-021-1/+1
* STYLE: Fixed line length and this-> convention violations from yesterday's pa...Brad King2007-02-021-6/+12
* ENH: Patch from Alex to improve implementation and prepare for splitting the ...Brad King2007-02-011-12/+66
* 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 tree...Bill Hoffman2006-04-131-1/+4
* ENH: add documentation support for modulesBill Hoffman2005-12-141-1/+10
* ENH: Renamed --help-list-commands to --help-command-list and split --help [co...Brad King2004-04-141-10/+13
* ENH: Added --help-list-commands option.Brad King2004-04-141-1/+2
* ENH: Added configuration of name of executable in man page header and version...Brad King2003-08-061-0/+6
* 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 improvem...Brad King2003-07-101-0/+5
* ENH: Added support to write multiple help options with one command line. Out...Brad King2003-07-071-4/+15
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-071-0/+4
* ENH: Re-implemented document generation class to be more organized and more r...Brad King2003-02-181-33/+99
* ENH: Added header before list of commands in generated docs. Made options mo...Brad King2003-02-171-2/+2
* ENH: Further improved formatting. HTML/man/help now all have a consistent ap...Brad King2003-02-141-2/+5
* 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