summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-32/+25
* ENH: Document CACHE entry propertiesBrad King2009-03-101-0/+1
* COMP: Fix assignment inside conditionBrad King2008-10-111-2/+2
* ENH: Improve generated documentation formattingBrad King2008-10-101-10/+113
* BUG: Fix help type for filenames with many dotsBrad King2008-10-101-1/+1
* BUG: fix 6647 arguments after -E should not be parsed by CMakeBill Hoffman2008-08-191-1/+6
* ENH: handle HTML documentation for single items better: no warning aboutAlexander Neundorf2008-07-211-1/+3
* ENH: add master index into html full helpBill Hoffman2008-03-051-0/+3
* ENH: add --help-policies and --help-policy command line optionsKen Martin2008-03-041-0/+46
* ENH: add support for creating the documentation in docbook formatAlexander Neundorf2008-02-191-1/+11
* BUG: actually print the docs for custom modules if this was requestedAlexander Neundorf2008-02-171-1/+1
* BUG: make -help-module-list work by filling the modules section first, alsoAlexander Neundorf2008-01-141-0/+9
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-1/+1
* ENH: sort the module files alphabetically when generating the documentationAlexander Neundorf2008-01-091-5/+14
* BUG: create modules documentation not only for the first documentation creati...Alexander Neundorf2007-12-291-0/+3
* BUG: fix single module generationKen Martin2007-11-291-8/+14
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-241-32/+147
* COMP: fix a problem with a shadowed varKen Martin2007-10-231-9/+6
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-221-0/+5
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-221-66/+79
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-469/+268
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-109/+106
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-106/+109
* STYLE: fix line lengthsAlexander Neundorf2007-09-201-3/+5
* ENH: add new help option --help-custom-modules, which generatesAlexander Neundorf2007-09-191-22/+168
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-561/+70
* BUG: properties and module names are case sensitiveAlexander Neundorf2007-08-091-27/+22
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-9/+10
* STYLE: sort the property documentation intoAlexander Neundorf2007-07-111-18/+161
* COMP: fix compile on HP-UX with aCC, reusing the same identifier for aAlexander Neundorf2007-07-031-38/+38
* ENH: generate separate documentation for the commands, compatiblityAlexander Neundorf2007-06-281-15/+92
* ENH:Alexander Neundorf2007-06-281-128/+158
* ENH: put compatibility commands in extra section and prepare for creatingAlexander Neundorf2007-06-221-4/+102
* STYLE: create command documentation for ctestAlexander Neundorf2007-06-081-14/+17
* BUG: Patch from Alex to fix single-command help broken by previous patch.Brad King2007-02-061-4/+8
* ENH: Patch from Alex to improve implementation and prepare for splitting the ...Brad King2007-02-011-151/+150
* COMP: Patch from Alex for const correctness.Brad King2007-01-221-2/+2
* COMP: fix some warnings and style issuesKen Martin2006-12-081-1/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+83
* ENH: Make hyperlinks in documentation active when generated into HTML documen...Brad King2006-10-161-9/+74
* BUG: potential segfaultKen Martin2006-10-061-1/+4
* ENH: Adding links to web resources and FAQ to SEE ALSO section. This address...Brad King2006-10-051-11/+34
* BUG: Fixed man page formatting for INSTALL command documentation. Fixed line...Brad King2006-08-221-2/+6
* STYLE: fix line lengthKen Martin2006-05-101-11/+19
* ENH: search for help modules in the correct place for install and source tree...Bill Hoffman2006-04-141-6/+4
* ENH: case insensitive command helpBill Hoffman2006-04-121-0/+1
* ENH: make sure uncommented modules are not documentedBill Hoffman2005-12-161-2/+1
* ENH: fix module documenation to handle bad docs and fix qt3 docsBill Hoffman2005-12-151-4/+6
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+211