mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: add master index into html full help
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user