Procházet zdrojové kódy

BUG: Fixed documentation formatting.

Brad King před 22 roky
rodič
revize
1d75f1c9fb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Source/cmAddCustomTargetCommand.h

+ 1 - 1
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 "