summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentationFormatter.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-05-05 17:38:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-05-05 17:38:19 (GMT)
commita00f1beb530c0c9fff8deab150a07b4c3839285b (patch)
tree61b229fb9aaa91fdb34622498533ebd25c9160e5 /Source/cmDocumentationFormatter.h
parentf3ca3d139c21aacb75fbe2a7bb8291967d6dab07 (diff)
downloadCMake-2.6.0.zip
CMake-2.6.0.tar.gz
CMake-2.6.0.tar.bz2
ENH: merge in changes for generated docsv2.6.0
Diffstat (limited to 'Source/cmDocumentationFormatter.h')
-rw-r--r--Source/cmDocumentationFormatter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDocumentationFormatter.h b/Source/cmDocumentationFormatter.h
index 33f95f2..29eb2d0 100644
--- a/Source/cmDocumentationFormatter.h
+++ b/Source/cmDocumentationFormatter.h
@@ -62,6 +62,9 @@ public:
virtual void PrintIndex(std::ostream& ,
std::vector<const cmDocumentationSection *>&)
{}
+
+ /** Compute a prefix for links into a section (#<prefix>_SOMETHING). */
+ std::string ComputeSectionLinkPrefix(std::string const& name);
};
#endif