diff options
Diffstat (limited to 'Source/cmDocumentationSection.h')
-rw-r--r-- | Source/cmDocumentationSection.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/cmDocumentationSection.h b/Source/cmDocumentationSection.h index 60e735b..97a15af 100644 --- a/Source/cmDocumentationSection.h +++ b/Source/cmDocumentationSection.h @@ -56,11 +56,10 @@ public: /** Append an entry to this section using NULL terminated chars */ void Append(const char *[][3]); void Append(const char *n, const char *b, const char *f); - - /** Set the contents of this section. */ -// void Set(const std::vector<cmDocumentationEntry> header, -// const std::vector<cmDocumentationEntry> section, -// const std::vector<cmDocumentationEntry> footer); + + /** prepend some documentation to this section */ + void Prepend(const char *[][3]); + private: std::string Name; |