diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2012-09-07 11:00:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-08 11:42:10 (GMT) |
commit | 9ad85dbb25c0c9098f7fac276b5d27a636f1924f (patch) | |
tree | 9288612357fa737e1ff714cfc531de1ccf16e355 /Source/cmDocumentation.cxx | |
parent | 9468b41daf3ac3da79f1be7fcbd5b6f747ea752f (diff) | |
download | CMake-9ad85dbb25c0c9098f7fac276b5d27a636f1924f.zip CMake-9ad85dbb25c0c9098f7fac276b5d27a636f1924f.tar.gz CMake-9ad85dbb25c0c9098f7fac276b5d27a636f1924f.tar.bz2 |
docbook: Remove redundant docs that cause invalid DocBook
If a subsection with a title is added, all subsequent subsections need a
title too. The "helpful links" just repeat preceding subsections
anyway.
Diffstat (limited to 'Source/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 1b042ae..c1360ef 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -148,13 +148,6 @@ static const char *cmDocumentationStandardSeeAlso[][3] = "The list is member-post-only but one may sign up on the CMake web page. " "Please first read the full documentation at " "http://www.cmake.org before posting questions to the list."}, - {0, - "Summary of helpful links:\n" - " Home: http://www.cmake.org\n" - " Docs: http://www.cmake.org/HTML/Documentation.html\n" - " Mail: http://www.cmake.org/HTML/MailingLists.html\n" - " FAQ: http://www.cmake.org/Wiki/CMake_FAQ\n" - , 0}, {0,0,0} }; |