summaryrefslogtreecommitdiffstats
path: root/Source/cmGetCMakePropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 17:05:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-16 17:05:04 (GMT)
commitbd45a7bb189828ebd844b8a2b401fcf24159c4e0 (patch)
treef0b9d242810dc4131762cb1f7e6cec2c10881545 /Source/cmGetCMakePropertyCommand.h
parent89f3e97730cf613a35583a1b9b527fc6f5561d91 (diff)
downloadCMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.zip
CMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.tar.gz
CMake-bd45a7bb189828ebd844b8a2b401fcf24159c4e0.tar.bz2
STYLE: fix docs
Diffstat (limited to 'Source/cmGetCMakePropertyCommand.h')
-rw-r--r--Source/cmGetCMakePropertyCommand.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmGetCMakePropertyCommand.h b/Source/cmGetCMakePropertyCommand.h
index 5151eaa..4849107 100644
--- a/Source/cmGetCMakePropertyCommand.h
+++ b/Source/cmGetCMakePropertyCommand.h
@@ -43,7 +43,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Get a property of the CMake.";
+ return "Get a property of the CMake instance.";
}
/**
@@ -53,10 +53,10 @@ public:
{
return
" GET_CMAKE_PROPERTY(VAR property)\n"
- "Get a property from the CMake. The value of the property is"
- "stored in the variable VAR. If the property is not found,"
- "CMake will report an error. The properties include: VARIABLES, "
- "CACHE_VARIABLES, COMMANDS, and MACROS.";
+ "Get a property from the CMake instance. The value of the "
+ "property is stored in the variable VAR. If the property is "
+ "not found, CMake will report an error. Some supported properties "
+ "include: VARIABLES, CACHE_VARIABLES, COMMANDS, and MACROS.";
}
cmTypeMacro(cmGetCMakePropertyCommand, cmCommand);