diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-06-25 14:34:21 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-06-25 14:34:21 (GMT) |
commit | 0b9644910d637fdf7b006adb21ca04f3f218959f (patch) | |
tree | 3da2f0f09aef950b98ca1489790584387cc0c9df /Source/cmDefinePropertyCommand.h | |
parent | e35da01febbf86fefbd048dae473eb0993016613 (diff) | |
download | CMake-0b9644910d637fdf7b006adb21ca04f3f218959f.zip CMake-0b9644910d637fdf7b006adb21ca04f3f218959f.tar.gz CMake-0b9644910d637fdf7b006adb21ca04f3f218959f.tar.bz2 |
ENH: added the ability to document variables and cached_variables
Diffstat (limited to 'Source/cmDefinePropertyCommand.h')
-rw-r--r-- | Source/cmDefinePropertyCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h index 125296f..95aa0ab 100644 --- a/Source/cmDefinePropertyCommand.h +++ b/Source/cmDefinePropertyCommand.h @@ -56,7 +56,8 @@ public: " short_description\n" " full_description chain)\n" "Define a property for a scope. The scope_value is either GLOBAL " - "DIRECTORY, TARGET, TEST, SOURCE_FILE. The short and full " + "DIRECTORY, TARGET, TEST, SOURCE_FILE, VARIABLE, CACHED_VARIABLE. " + "The short and full " "descriptions are used to document the property, chain indicates " "if that property chains such that a request for the property " "on a target will chain up to the directory if it is not set on the " |