summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatter.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: handle HTML documentation for single items better: no warning aboutAlexander Neundorf2008-07-211-0/+4
| | | | | | ComputeSectionLinkPrefix, don't create an index for only one item Alex
* ENH: Fix generated documentation internal links.Brad King2008-05-051-0/+83
| | | | | | | - Previously all links started in 'command_' which led to conflicts and was confusing for non-command items. - Use a per-section name that is meaningful to humans. - Fix link id names to be valid HTML.
* STYLE: move the code for the different formats of the generated help intoAlexander Neundorf2007-09-191-0/+73
their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex