diff options
author | Shaheed Haque <srhaque@theiet.org> | 2017-01-31 00:56:18 +0000 |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2017-01-31 00:57:32 +0000 |
commit | ca74d0c2101abf7c71600754c1de67c001be6b88 (patch) | |
tree | aaf81a503da22a4cba7cb2d5f654d3acc4281232 /find-modules/rules_engine.py | |
parent | 88662e587871c4b162ac097fccb799f8a1b0dfd3 (diff) | |
download | extra-cmake-modules-ca74d0c2101abf7c71600754c1de67c001be6b88.tar.gz extra-cmake-modules-ca74d0c2101abf7c71600754c1de67c001be6b88.tar.bz2 |
Bindings: Add missing documentation of the "name" for MethodCode
Diffstat (limited to 'find-modules/rules_engine.py')
-rwxr-xr-x | find-modules/rules_engine.py | 2 |
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. |