[Cmake-commits] [cmake-commits] alex committed cmDocumentationFormatterText.cxx 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Jun 28 08:05:25 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv23273
Modified Files:
cmDocumentationFormatterText.cxx
Log Message:
STYLE: don't print the section name "SingleItem" if the documentation for
just a single item is printed
Alex
Index: cmDocumentationFormatterText.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentationFormatterText.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** cmDocumentationFormatterText.cxx 7 Mar 2008 21:01:22 -0000 1.5
--- cmDocumentationFormatterText.cxx 28 Jun 2009 12:05:22 -0000 1.6
***************
*** 31,35 ****
const char* name)
{
! if(name)
{
os <<
--- 31,35 ----
const char* name)
{
! if(name && (strcmp(name, "SingleItem")!=0))
{
os <<
More information about the Cmake-commits
mailing list