summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatterHTML.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-05 16:05:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-05 16:05:22 (GMT)
commit7173f2db0e37a1621236b3ceeb883d4f1255ee42 (patch)
treeec52c35deb6c136c8a16d0c23304934c09cd2653 /Source/cmDocumentationFormatterHTML.h
parent68bcb056eba91d317e6ba90715e67f62c1e44c54 (diff)
downloadCMake-7173f2db0e37a1621236b3ceeb883d4f1255ee42.zip
CMake-7173f2db0e37a1621236b3ceeb883d4f1255ee42.tar.gz
CMake-7173f2db0e37a1621236b3ceeb883d4f1255ee42.tar.bz2
ENH: add master index into html full help
Diffstat (limited to 'Source/cmDocumentationFormatterHTML.h')
-rw-r--r--Source/cmDocumentationFormatterHTML.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterHTML.h b/Source/cmDocumentationFormatterHTML.h
index 58c2437..8e639c7 100644
--- a/Source/cmDocumentationFormatterHTML.h
+++ b/Source/cmDocumentationFormatterHTML.h
@@ -36,7 +36,9 @@ public:
const cmDocumentationSection& section,
const char* name);
virtual void PrintPreformatted(std::ostream& os, const char* text);
- virtual void PrintParagraph(std::ostream& os, const char* text);
+ virtual void PrintParagraph(std::ostream& os, const char* text);
+ virtual void PrintIndex(std::ostream& ,
+ std::vector<const cmDocumentationSection *>&);
private:
void PrintHTMLEscapes(std::ostream& os, const char* text);
};