[Cmake-commits] CMake branch, next, updated. v2.8.8-2821-g2aa7697

Brad King brad.king at kitware.com
Mon May 7 08:52:57 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  2aa76977fc9dcc36cc4c2073a020f5ed4e77994a (commit)
       via  707afd1ed0d5d21760e33c5345b86be22d3d6ef5 (commit)
      from  a02619930e10121c29189d6c20da1a7b1d7f9efd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2aa76977fc9dcc36cc4c2073a020f5ed4e77994a
commit 2aa76977fc9dcc36cc4c2073a020f5ed4e77994a
Merge: a026199 707afd1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 7 08:52:55 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 7 08:52:55 2012 -0400

    Merge topic 'doc-html-index' into next
    
    707afd1 Documentation: Improve HTML section index format


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=707afd1ed0d5d21760e33c5345b86be22d3d6ef5
commit 707afd1ed0d5d21760e33c5345b86be22d3d6ef5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 7 08:50:08 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon May 7 08:51:57 2012 -0400

    Documentation: Improve HTML section index format
    
    Add a newline after section index list items.  This makes the generated
    HTML source more readable.

diff --git a/Source/cmDocumentationFormatterHTML.cxx b/Source/cmDocumentationFormatterHTML.cxx
index ed28b45..cd0077e 100644
--- a/Source/cmDocumentationFormatterHTML.cxx
+++ b/Source/cmDocumentationFormatterHTML.cxx
@@ -145,7 +145,7 @@ void cmDocumentationFormatterHTML
             cmDocumentationPrintHTMLId(os, op->Name.c_str());
             os << "\"><b><code>";
             this->PrintHTMLEscapes(os, op->Name.c_str());
-            os << "</code></b></a></li>";
+            os << "</code></b></a></li>\n";
             }
           }
         os << "</ul>\n" ;

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentationFormatterHTML.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list