Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
1651c6f3
Commit
1651c6f3
authored
Jun 28, 2009
by
Alexander Neundorf
Browse files
STYLE: don't print the section name "SingleItem" if the documentation for
just a single item is printed Alex
parent
93169dbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmDocumentationFormatterText.cxx
View file @
1651c6f3
...
...
@@ -30,7 +30,7 @@ void cmDocumentationFormatterText
const
cmDocumentationSection
&
section
,
const
char
*
name
)
{
if
(
name
)
if
(
name
&&
(
strcmp
(
name
,
"SingleItem"
)
!=
0
)
)
{
os
<<
"---------------------------------------"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment