STYLE: don't print the section name "SingleItem" if the documentation for

just a single item is printed

Alex
This commit is contained in:
Alexander Neundorf 2009-06-28 08:05:22 -04:00
parent 93169dbd56
commit 1651c6f37c
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void cmDocumentationFormatterText
const cmDocumentationSection &section,
const char* name)
{
if(name)
if(name && (strcmp(name, "SingleItem")!=0))
{
os <<
"---------------------------------------"