summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-11 19:53:58 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-11 19:53:58 (GMT)
commit9f16292b6a3a5959b2e7ddb11e54029b02701965 (patch)
tree7603d0c38da2df2465986f66c9bbf4971a7e4aa2 /Source/cmake.h
parentab10b43ec5405452e149c70c1685066f205941e8 (diff)
downloadCMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.zip
CMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.tar.gz
CMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.tar.bz2
STYLE: sort the property documentation into
global/directory/target/test/sourcefile and variable sections Alex
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index f61cf90..03ee919 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -249,7 +249,8 @@ class cmake
void GetCommandDocumentation(std::vector<cmDocumentationEntry>& entries,
bool withCurrentCommands = true,
bool withCompatCommands = true) const;
- void GetPropertiesDocumentation(std::vector<cmDocumentationEntry>&);
+ void GetPropertiesDocumentation(std::vector<cmDocumentationEntry>&,
+ cmProperty::ScopeType type);
void GetGeneratorDocumentation(std::vector<cmDocumentationEntry>&);
///! Set/Get a property of this target file