summaryrefslogtreecommitdiff
path: root/Source/cmDocumentationFormatterText.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-10-22 12:49:09 -0400
committerKen Martin <ken.martin@kitware.com>2007-10-22 12:49:09 -0400
commit6cdf03250568c2150094cddfb6542945903b41a1 (patch)
treed2180686ef12105d6855203eded0505775b507ab /Source/cmDocumentationFormatterText.h
parentcfb84d8562646662cfee9622f657e8eacdd49f8c (diff)
downloadcmake-6cdf03250568c2150094cddfb6542945903b41a1.tar.gz
ENH: change to make the documentation class more generic, about halfway there, also provides secitons for Variables now
Diffstat (limited to 'Source/cmDocumentationFormatterText.h')
-rw-r--r--Source/cmDocumentationFormatterText.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterText.h b/Source/cmDocumentationFormatterText.h
index f7db27734d..95973c240f 100644
--- a/Source/cmDocumentationFormatterText.h
+++ b/Source/cmDocumentationFormatterText.h
@@ -31,7 +31,7 @@ public:
{ return cmDocumentationEnums::TextForm;}
virtual void PrintSection(std::ostream& os,
- const cmDocumentationEntry* section,
+ const cmDocumentationSection& section,
const char* name);
virtual void PrintPreformatted(std::ostream& os, const char* text);
virtual void PrintParagraph(std::ostream& os, const char* text);