diff options
author | Brad King <brad.king@kitware.com> | 2009-03-10 15:11:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-03-10 15:11:15 (GMT) |
commit | 32258b44bc5d335ca5143194852a7e6bed0b62a3 (patch) | |
tree | 3e4a39e1e0efef6c7171aea0b7a8d6944955ae74 /Source/cmCacheManager.h | |
parent | e5e91d617940cab2ea4e8630c6c20cd09794b3a9 (diff) | |
download | CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.zip CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.tar.gz CMake-32258b44bc5d335ca5143194852a7e6bed0b62a3.tar.bz2 |
ENH: Document CACHE entry properties
This adds a property documentation section for CACHE properties.
We document the ADVANCED, HELPSTRING, TYPE, and VALUE properties.
Diffstat (limited to 'Source/cmCacheManager.h')
-rw-r--r-- | Source/cmCacheManager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCacheManager.h b/Source/cmCacheManager.h index abd14bd..4bcb982 100644 --- a/Source/cmCacheManager.h +++ b/Source/cmCacheManager.h @@ -155,6 +155,9 @@ public: unsigned int GetCacheMinorVersion() { return this->CacheMinorVersion; } bool NeedCacheCompatibility(int major, int minor); + /** Define and document CACHE entry properties. */ + static void DefineProperties(cmake *cm); + protected: ///! Add an entry into the cache void AddCacheEntry(const char* key, const char* value, |