diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 21:30:57 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 21:30:57 (GMT) |
commit | 9717727d5fa29a993b22b9437e67cc28d8eaf52c (patch) | |
tree | 665886c78857b2e46e233ec81430e296d8635539 /Source/cmDocumentation.cxx | |
parent | 7a8f44a2d6d23ec0345a1413f3a79c21f9566456 (diff) | |
download | CMake-9717727d5fa29a993b22b9437e67cc28d8eaf52c.zip CMake-9717727d5fa29a993b22b9437e67cc28d8eaf52c.tar.gz CMake-9717727d5fa29a993b22b9437e67cc28d8eaf52c.tar.bz2 |
Suppress unecessary (now empty) doc sections
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 17e35d8..1fb8ab6 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -741,8 +741,6 @@ void cmDocumentation::addCPackStandardDocSections() this->VariableSections.push_back( "Variables common to all CPack generators"); - this->VariableSections.push_back( - "Variables specific to a CPack generator"); } void cmDocumentation::addAutomaticVariableSections(const std::string& section) |