summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-02-22 17:10:43 (GMT)
committerBrad King <brad.king@kitware.com>2005-02-22 17:10:43 (GMT)
commitb8a77b2965725dd40da5f638ab597bc0df9f0970 (patch)
tree392d0dd470ca5c662078dbef7e25c008e2af5d16 /Source/cmAddCustomCommandCommand.h
parent7da6124416d2e7b2fb586b03bbb3c0d7cf836d13 (diff)
downloadCMake-b8a77b2965725dd40da5f638ab597bc0df9f0970.zip
CMake-b8a77b2965725dd40da5f638ab597bc0df9f0970.tar.gz
CMake-b8a77b2965725dd40da5f638ab597bc0df9f0970.tar.bz2
BUG: Fixed formatting of generated documentation.
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index de4152b..94c3959 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -96,9 +96,9 @@ public:
" PRE_BUILD - run before all other dependencies\n"
" PRE_LINK - run after other dependencies\n"
" POST_BUILD - run after the target has been built\n"
- "Note that the PRE_BUILD option is only supported on Visual\n"
- "Studio 7 or later. For all other generators PRE_BUILD\n"
- "will be treated as PRE_LINK";
+ "Note that the PRE_BUILD option is only supported on Visual "
+ "Studio 7 or later. For all other generators PRE_BUILD "
+ "will be treated as PRE_LINK.";
}
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);