Skip to content
GitLab
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
0e3b1feb
Commit
0e3b1feb
authored
Jul 18, 2005
by
Andy Cedilnik
Browse files
ENH: Cleanup the help a bit
parent
300e6c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmDocumentation.cxx
View file @
0e3b1feb
...
...
@@ -547,6 +547,11 @@ void cmDocumentation::PrintSectionUsage(std::ostream& os,
{
os
<<
" "
;
}
if
(
strlen
(
op
->
name
)
>
strlen
(
this
->
TextIndent
)
-
4
)
{
os
<<
"
\n
"
;
os
.
write
(
this
->
TextIndent
,
strlen
(
this
->
TextIndent
)
-
2
);
}
os
<<
"= "
;
this
->
PrintColumn
(
os
,
op
->
brief
);
os
<<
"
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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