summaryrefslogtreecommitdiffstats
path: root/Source/cmAbstractFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAbstractFilesCommand.h')
-rw-r--r--Source/cmAbstractFilesCommand.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmAbstractFilesCommand.h b/Source/cmAbstractFilesCommand.h
index 7a9167c..e709d4e 100644
--- a/Source/cmAbstractFilesCommand.h
+++ b/Source/cmAbstractFilesCommand.h
@@ -44,7 +44,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Depricated command, see SET_SOURCE_FILES_PROPERTIES.";
+ return "Deprecated. See SET_SOURCE_FILES_PROPERTIES.";
}
/**
@@ -53,7 +53,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ABSTRACT_FILES(file1 file2 ..).";
+ " ABSTRACT_FILES(file1 file2 ...)\n"
+ "Marks files with the ABSTRACT property.";
}
cmTypeMacro(cmAbstractFilesCommand, cmCommand);