STYLE: don't print the section name "SingleItem" if the documentation for
just a single item is printed Alex
This commit is contained in:
parent
93169dbd56
commit
1651c6f37c
|
@ -30,7 +30,7 @@ void cmDocumentationFormatterText
|
|||
const cmDocumentationSection §ion,
|
||||
const char* name)
|
||||
{
|
||||
if(name)
|
||||
if(name && (strcmp(name, "SingleItem")!=0))
|
||||
{
|
||||
os <<
|
||||
"---------------------------------------"
|
||||
|
|
Loading…
Reference in New Issue