aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaheed Haque <srhaque@theiet.org>2017-01-31 00:56:18 +0000
committerStephen Kelly <steveire@gmail.com>2017-01-31 00:57:32 +0000
commitca74d0c2101abf7c71600754c1de67c001be6b88 (patch)
treeaaf81a503da22a4cba7cb2d5f654d3acc4281232
parent88662e587871c4b162ac097fccb799f8a1b0dfd3 (diff)
downloadextra-cmake-modules-ca74d0c2101abf7c71600754c1de67c001be6b88.tar.gz
extra-cmake-modules-ca74d0c2101abf7c71600754c1de67c001be6b88.tar.bz2
Bindings: Add missing documentation of the "name" for MethodCode
-rwxr-xr-xfind-modules/rules_engine.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py
index d1eacf7e..9c617159 100755
--- a/find-modules/rules_engine.py
+++ b/find-modules/rules_engine.py
@@ -653,6 +653,8 @@ class MethodCodeDb(AbstractCompiledCodeDb):
Each inner dictionary has entries which update the declaration as follows:
+ "name": Optional string. If present, overrides the name of the
+ method.
"parameters": Optional list. If present, update the argument list.
"fn_result": Optional string. If present, update the return type.