summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureFileCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-15 18:30:44 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-11-15 18:30:44 (GMT)
commit51cf7830893cf3cc397f40852d57985c6ceb35bd (patch)
tree71a2f68a73ecb087df959525de67f1c6bfc1aa29 /Source/cmConfigureFileCommand.h
parentb1e0e863310c4d4fa124f988c5f71cdc436f1062 (diff)
downloadCMake-51cf7830893cf3cc397f40852d57985c6ceb35bd.zip
CMake-51cf7830893cf3cc397f40852d57985c6ceb35bd.tar.gz
CMake-51cf7830893cf3cc397f40852d57985c6ceb35bd.tar.bz2
STYLE: updated comments
Diffstat (limited to 'Source/cmConfigureFileCommand.h')
-rw-r--r--Source/cmConfigureFileCommand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmConfigureFileCommand.h b/Source/cmConfigureFileCommand.h
index ce8fda2..33e5130 100644
--- a/Source/cmConfigureFileCommand.h
+++ b/Source/cmConfigureFileCommand.h
@@ -66,12 +66,15 @@ public:
"${VAR} or @VAR@ with their values as determined by CMake. If a "
"variable is not defined, it will be replaced with nothing. "
"If COPYONLY is specified, then then no variable expansion will take "
- "place. If ESCAPE_QUOTES is specified in then any substitued quotes "
+ "place. If ESCAPE_QUOTES is specified then any substitued quotes "
"will be C-style escaped. "
"The file will be configured with the current values of CMake "
"variables. If @ONLY is specified, only variables "
"of the form @VAR@ will be replaces and ${VAR} will be ignored. "
- "This is useful for configuring tcl scripts that use ${VAR}.";
+ "This is useful for configuring scripts that use ${VAR}. "
+ "Any occurances of #cmakedefine VAR will be replaced with "
+ "either #define VAR or /* #undef VAR */ depending on "
+ "the setting of VAR in CMake";
}
virtual void FinalPass();