diff options
author | Brad King <brad.king@kitware.com> | 2003-02-14 18:06:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-02-14 18:06:37 (GMT) |
commit | 2c7a05edd21ad6a33c7dffc46e7fec53035d5bb9 (patch) | |
tree | cdc715765cd32a6a5dd82fd2fe36ae2200a43ebe /Source/cmDocumentation.h | |
parent | 04d604ec89fe6aee3d636701081c2a84ef566644 (diff) | |
download | CMake-2c7a05edd21ad6a33c7dffc46e7fec53035d5bb9.zip CMake-2c7a05edd21ad6a33c7dffc46e7fec53035d5bb9.tar.gz CMake-2c7a05edd21ad6a33c7dffc46e7fec53035d5bb9.tar.bz2 |
ENH: Improved formatting of documentation.
Diffstat (limited to 'Source/cmDocumentation.h')
-rw-r--r-- | Source/cmDocumentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDocumentation.h b/Source/cmDocumentation.h index 1081b12..2735143 100644 --- a/Source/cmDocumentation.h +++ b/Source/cmDocumentation.h @@ -49,6 +49,7 @@ private: const char* name); void PrintHelpSection(std::ostream& os, const cmDocumentationEntry* section); void PrintHTMLEscapes(std::ostream& os, const char* text); + void PrintHTMLFull(std::ostream& os, const char* text); void PrintHelpHTMLSection(std::ostream& os, const cmDocumentationEntry* section, const char* header); |