BUG: Fixed formatting of generated documentation.
This commit is contained in:
parent
7da6124416
commit
b8a77b2965
|
@ -96,9 +96,9 @@ public:
|
||||||
" PRE_BUILD - run before all other dependencies\n"
|
" PRE_BUILD - run before all other dependencies\n"
|
||||||
" PRE_LINK - run after other dependencies\n"
|
" PRE_LINK - run after other dependencies\n"
|
||||||
" POST_BUILD - run after the target has been built\n"
|
" POST_BUILD - run after the target has been built\n"
|
||||||
"Note that the PRE_BUILD option is only supported on Visual\n"
|
"Note that the PRE_BUILD option is only supported on Visual "
|
||||||
"Studio 7 or later. For all other generators PRE_BUILD\n"
|
"Studio 7 or later. For all other generators PRE_BUILD "
|
||||||
"will be treated as PRE_LINK";
|
"will be treated as PRE_LINK.";
|
||||||
}
|
}
|
||||||
|
|
||||||
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);
|
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue