From c2f0aac146f6b990940240891b959dc1f394e80c Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 24 Oct 2007 11:36:47 -0400 Subject: ENH: some more cleanup, fixes, and patch for HTML output --- Source/cmDocumentationSection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/cmDocumentationSection.h') diff --git a/Source/cmDocumentationSection.h b/Source/cmDocumentationSection.h index 97a15af1a6..e7c5df099e 100644 --- a/Source/cmDocumentationSection.h +++ b/Source/cmDocumentationSection.h @@ -59,6 +59,9 @@ public: /** prepend some documentation to this section */ void Prepend(const char *[][3]); + void Prepend(const std::vector &entries) + { this->Entries.insert(this->Entries.begin(), + entries.begin(),entries.end()); } private: -- cgit v1.2.1