summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ERR: Fixed signed/unsigned warning.Brad King2003-02-191-2/+2
|
* ENH: Re-implemented document generation class to be more organized and more ↵Brad King2003-02-191-319/+470
| | | | robust.
* Minor documentation fixesAndy Cedilnik2003-02-171-5/+22
|
* ENH: Added header before list of commands in generated docs. Made options ↵Brad King2003-02-171-12/+40
| | | | more intuitive.
* ERR: Use of stream format flags is hard to make portable. Manually ↵Brad King2003-02-161-6/+6
| | | | implementing justification.
* ERR: Use of std::ios::fmtflags is not portable to older compilers.Brad King2003-02-161-1/+1
|
* ENH: Improved formatting of plain-text help to add a blank line before the ↵Brad King2003-02-141-3/+7
| | | | beginning of a preformatted section.
* ENH: Further improved formatting. HTML/man/help now all have a consistent ↵Brad King2003-02-141-43/+88
| | | | appearance.
* ENH: Improved formatting of documentation.Brad King2003-02-141-7/+71
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+478
Each executable will be able to generate its own documentation.