summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-2/+2
* Update programmatically-reported copyright year (#13638)Brad King2012-11-051-1/+1
* docbook: Remove redundant docs that cause invalid DocBookDaniel Pfeifer2012-09-081-7/+0
* man documentation: detect man section from the given filenameAlex Neundorf2012-06-211-14/+33
* documentation: preparation for making the man section configurableAlex Neundorf2012-06-211-5/+6
* Try to fix compile error on Win32-vs70Eric NOULARD2012-02-191-3/+4
* Suppress unecessary (now empty) doc sectionsEric NOULARD2012-02-181-2/+0
* Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-3/+18
* Fix non existent std::string::clear on VS6Eric NOULARD2012-02-141-2/+2
* Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-141-0/+55
* Make the load of script documentation more efficient and dynamic.Eric NOULARD2012-02-141-2/+18
* Fix potential bad memory access, thanks to EikeEric NOULARD2012-01-311-1/+1
* Suppress unused var, beautify code, avoid 1 extra newline.Eric NOULARD2012-01-241-18/+25
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-32/+108
* Implement simple CMake script comment markup language.Eric NOULARD2012-01-221-0/+171
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-49/+83
* Usage: Document all options printing the version number.Nicolas Despres2011-10-231-1/+2
* Usage: Document all options printing usage information.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-231-76/+76
* -fix documentation from a module which has *only* documentationAlex Neundorf2010-05-081-12/+14
* Fix for bug #0010466, fix crash in --help-module.Bill Hoffman2010-03-261-5/+12
* BUG 9961: ctest --help should not display a Generators sectionZach Mullen2009-11-241-1/+6
* 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-091-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