summaryrefslogtreecommitdiffstats
path: root/Source/cmAbstractFilesCommand.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/cmAbstractFilesCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadCMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2
ENH: clean up docs some
Diffstat (limited to 'Source/cmAbstractFilesCommand.h')
-rw-r--r--Source/cmAbstractFilesCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAbstractFilesCommand.h b/Source/cmAbstractFilesCommand.h
index c945726..7a9167c 100644
--- a/Source/cmAbstractFilesCommand.h
+++ b/Source/cmAbstractFilesCommand.h
@@ -44,7 +44,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "A list of abstract classes, useful for wrappers.";
+ return "Depricated command, see SET_SOURCE_FILES_PROPERTIES.";
}
/**
@@ -53,7 +53,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ABSTRACT_FILES(file1 file2 ..)";
+ "ABSTRACT_FILES(file1 file2 ..).";
}
cmTypeMacro(cmAbstractFilesCommand, cmCommand);