diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 143f1e1..9418061 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; |