diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-30 12:47:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-30 12:47:03 (GMT) |
commit | 455b262cfeaedaa9f472e4f80160fd06d9331459 (patch) | |
tree | bfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAuxSourceDirectoryCommand.h | |
parent | 1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff) | |
download | CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2 |
ENH: clean up docs some
Diffstat (limited to 'Source/cmAuxSourceDirectoryCommand.h')
-rw-r--r-- | Source/cmAuxSourceDirectoryCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAuxSourceDirectoryCommand.h b/Source/cmAuxSourceDirectoryCommand.h index f17f447..18bac9b 100644 --- a/Source/cmAuxSourceDirectoryCommand.h +++ b/Source/cmAuxSourceDirectoryCommand.h @@ -57,7 +57,7 @@ public: virtual const char* GetTerseDocumentation() { return "Add all the source files found in the specified\n" - "directory to the build as source list NAME."; + "directory to the variable name specified."; } /** @@ -66,7 +66,7 @@ public: virtual const char* GetFullDocumentation() { return - "AUX_SOURCE_DIRECTORY(dir srcListName)"; + "AUX_SOURCE_DIRECTORY(dir VARIABLE)"; } cmTypeMacro(cmAuxSourceDirectoryCommand, cmCommand); |