summaryrefslogtreecommitdiffstats
path: root/Source/cmAuxSourceDirectoryCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmAuxSourceDirectoryCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadCMake-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.h4
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);