summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-21 18:57:39 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-21 18:57:39 (GMT)
commit1d75f1c9fbcae8686f75149275543842a26cb3d4 (patch)
tree2a11ac49fd01632ce0ef3744a0ee668cd7278717 /Source/cmAddCustomTargetCommand.h
parent0152cc3a35393f4aa0cd285bef92425bd85b3fa5 (diff)
downloadCMake-1d75f1c9fbcae8686f75149275543842a26cb3d4.zip
CMake-1d75f1c9fbcae8686f75149275543842a26cb3d4.tar.gz
CMake-1d75f1c9fbcae8686f75149275543842a26cb3d4.tar.bz2
BUG: Fixed documentation formatting.
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index 778cc73..09d9ba2 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -64,7 +64,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ] "
+ " ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ]\n"
" [DEPENDS depend depend depend ... ])\n"
"Adds a target with the given name that executes the given command "
"every time the target is built. If the ALL option is specified "