summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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-141-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-111-0/+5
* ENH: Added support to write multiple help options with one command line. Out...Brad King2003-07-081-4/+15
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-081-0/+4
* ENH: Re-implemented document generation class to be more organized and more r...Brad King2003-02-191-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