summaryrefslogtreecommitdiff
path: root/Source/cmDocumentation.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-7/+7
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-28/+22
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmDocumentation: Remove unused include.Stephen Kelly2015-06-071-1/+0
* cmake: Provide guidance when an invalid -G option is givenGerald Combs2015-04-101-0/+1
* cmake,ccmake: Produce shorter output on no arguments (#14973)Adam Strzelecki2014-06-131-1/+2
* Merge topic 'doc-full-help'Brad King2014-04-291-0/+1
|\
| * Restore --help-full option to output all help manualsBrad King2014-04-251-0/+1
* | stringapi: Use strings for documentation namesBen Boeckel2014-03-081-1/+1
|/
* cmake: Implement placeholder --help-custom-modules compatibilityBrad King2014-01-081-0/+1
* cmDocumentation: Fix exit after help output format warningsBrad King2013-11-191-1/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-4/+0
* Make --help-* options available from all command-line toolsBrad King2013-10-161-1/+1
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-3/+3
* Drop all documentation formatters except UsageBrad King2013-10-161-42/+4
* Teach --help-* options to load documentation from .rst filesBrad King2013-10-161-0/+16
* Drop "full" documentation output typesBrad King2013-10-151-67/+2
* Add reStructuredText (RST) documentation formatterBrad King2013-10-151-0/+2
* Drop CPack module documentation markup extractionBrad King2013-10-151-38/+0
* cmDocumentation: Fix a few doxygen comment errorsSean McBride2013-10-081-7/+6
* man documentation: detect man section from the given filenameAlex Neundorf2012-06-211-1/+2
* documentation: preparation for making the man section configurableAlex Neundorf2012-06-211-3/+4
* -remove trailing whitespaceAlex Neundorf2012-06-211-14/+14
* Dynamically add documentation section specified in documented script.Eric NOULARD2012-02-181-2/+4
* Create getDocumentedModulesListInDir which may be used in other context.Eric NOULARD2012-02-141-1/+32
* Fix another compiler warning due to a typoEric NOULARD2012-02-141-1/+0
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-4/+7
* Implement simple CMake script comment markup language.Eric NOULARD2012-01-221-0/+23
* CPack begin the implementation of --help-command* and --help-variables*Eric NOULARD2012-01-221-0/+12
* BUG 9961: ctest --help should not display a Generators sectionZach Mullen2009-11-241-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve generated documentation formattingBrad King2008-10-101-1/+7
* BUG: fix 6647 arguments after -E should not be parsed by CMakeBill Hoffman2008-08-191-2/+5
* ENH: add --help-policies and --help-policy command line optionsKen Martin2008-03-041-0/+2
* ENH: add support for creating the documentation in docbook formatAlexander Neundorf2008-02-191-0/+2
* ENH: some more cleanup, fixes, and patch for HTML outputKen Martin2007-10-241-1/+11
* COMP: fix some warnings and add some doc strings back inKen Martin2007-10-221-0/+8
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-120/+27
* 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