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/cmDocumentation.cxx | |
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/cmDocumentation.cxx')
-rw-r--r-- | Source/cmDocumentation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 50a733f..e1cc12a 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -267,6 +267,7 @@ cmDocumentation::cmDocumentation() this->PropertySections.push_back("Properties on Targets"); this->PropertySections.push_back("Properties on Tests"); this->PropertySections.push_back("Properties on Source Files"); + this->PropertySections.push_back("Properties on Cache Entries"); this->VariableSections.push_back("Variables that Provide Information"); this->VariableSections.push_back("Variables That Change Behavior"); |