summaryrefslogtreecommitdiff
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 143f1e1dd6..9418061674 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -232,6 +232,8 @@ class cmake
///! Get the variable watch object
cmVariableWatch* GetVariableWatch() { return m_VariableWatch; }
+ void GetCommandDocumentation(std::vector<cmDocumentationEntry>&) const;
+
protected:
typedef std::map<cmStdString, cmCommand*> RegisteredCommandsMap;
RegisteredCommandsMap m_Commands;