summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatterHTML.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Improve generated documentation formattingBrad King2008-10-101-1/+2
| | | | | | | | | | | | Applying patch provided in issue #7797. Fixes to man-pages: - Character '-' must be espaced as '\-' - Surround preformatted text with '.nf' and '.fi' to adjust filling - Give every page a NAME section for indexing by mandb - Pass the man page filename without extension to .TH in its header Also added a title to the HTML header.
* ENH: add master index into html full helpBill Hoffman2008-03-051-1/+3
|
* ENH: change to make the documentation class more generic, about halfway ↵Ken Martin2007-10-221-1/+1
| | | | there, also provides secitons for Variables now
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-0/+44
their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex