mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
STYLE: don't print the section name "SingleItem" if the documentation for
just a single item is printed Alex
This commit is contained in:
@@ -30,7 +30,7 @@ void cmDocumentationFormatterText
|
||||
const cmDocumentationSection §ion,
|
||||
const char* name)
|
||||
{
|
||||
if(name)
|
||||
if(name && (strcmp(name, "SingleItem")!=0))
|
||||
{
|
||||
os <<
|
||||
"---------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user