From 1d75f1c9fbcae8686f75149275543842a26cb3d4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 21 Jul 2003 14:57:39 -0400 Subject: [PATCH] BUG: Fixed documentation formatting. --- Source/cmAddCustomTargetCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h index 778cc73a3..09d9ba29d 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 "