diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-11 19:53:58 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-11 19:53:58 (GMT) |
commit | 9f16292b6a3a5959b2e7ddb11e54029b02701965 (patch) | |
tree | 7603d0c38da2df2465986f66c9bbf4971a7e4aa2 /Source/cmake.h | |
parent | ab10b43ec5405452e149c70c1685066f205941e8 (diff) | |
download | CMake-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.h | 3 |
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 |