summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatterText.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove conversion warning.Bill Hoffman2010-05-121-1/+1
|
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* STYLE: don't print the section name "SingleItem" if the documentation forAlexander Neundorf2009-06-281-1/+1
| | | | | | just a single item is printed Alex
* ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format ↵Brad King2008-03-071-1/+1
| | | | the message nicely.
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-14/+16
| | | | there, also provides secitons for Variables now
* BUG: revert doc changes since VS7 cannot compile them, will implement them ↵Ken Martin2007-10-091-6/+6
| | | | in a different manner
* ENH: make documentation entries actually store their dataKen Martin2007-10-091-6/+6
|
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-0/+183
their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex