diff options
author | Brad King <brad.king@kitware.com> | 2007-01-24 13:45:42 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-01-24 13:45:42 -0500 |
commit | f71ad851d81649c59a8f4724d72ba4c935cdefce (patch) | |
tree | 0f99fc5c4ea9ecd94a2fa0b7ab222373b5ee4004 /Source/cmMakeDirectoryCommand.h | |
parent | 03a46e03810ea22c357033bd83508c47766592d6 (diff) | |
download | cmake-f71ad851d81649c59a8f4724d72ba4c935cdefce.tar.gz |
ENH: Patch from Alex to make deprecated command documentation more consistent.
Diffstat (limited to 'Source/cmMakeDirectoryCommand.h')
-rw-r--r-- | Source/cmMakeDirectoryCommand.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmMakeDirectoryCommand.h b/Source/cmMakeDirectoryCommand.h index 951b3c0f17..f43c943480 100644 --- a/Source/cmMakeDirectoryCommand.h +++ b/Source/cmMakeDirectoryCommand.h @@ -60,7 +60,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Old directory creation command. Use the FILE command."; + return "Deprecated. Use the FILE(MAKE_DIRECTORY ) command instead."; } /** @@ -69,9 +69,6 @@ public: virtual const char* GetFullDocumentation() { return - "This command has been superceded by the FILE(MAKE_DIRECTORY ...) " - "command. " - "It is provided for compatibility with older CMake code.\n" " MAKE_DIRECTORY(directory)\n" "Creates the specified directory. Full paths should be given. Any " "parent directories that do not exist will also be created. Use with " |