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
b67bacd1
Commit
b67bacd1
authored
Jan 12, 2001
by
Will Schroeder
Browse files
ENH:Tweaks to documentation
parent
675a0318
Changes
2
Hide whitespace changes
Inline
Side-by-side
Source/cmAddTargetRule.h
View file @
b67bacd1
...
...
@@ -69,7 +69,7 @@ public:
virtual
const
char
*
FullDocumentation
()
{
return
"ADD_TARGET(Name
\"
command to run
\"
)
;
"
;
"ADD_TARGET(Name
\"
command to run
\"
)"
;
}
};
...
...
Source/cmMakefile.cxx
View file @
b67bacd1
...
...
@@ -396,7 +396,7 @@ int cmMakefile::DumpDocumentationToFile(const char *fileName)
terse
=
(
*
j
).
second
->
TerseDocumentation
();
full
=
(
*
j
).
second
->
FullDocumentation
();
f
<<
name
<<
" - "
<<
terse
<<
std
::
endl
<<
"
\t
"
<<
full
<<
std
::
endl
<<
std
::
endl
;
<<
"
Usage:
"
<<
full
<<
std
::
endl
<<
std
::
endl
;
}
...
...
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