summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentation.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-03-10 15:11:15 (GMT)
committerBrad King <brad.king@kitware.com>2009-03-10 15:11:15 (GMT)
commit32258b44bc5d335ca5143194852a7e6bed0b62a3 (patch)
tree3e4a39e1e0efef6c7171aea0b7a8d6944955ae74 /Source/cmDocumentation.cxx
parente5e91d617940cab2ea4e8630c6c20cd09794b3a9 (diff)
downloadCMake-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.cxx1
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");