aboutsummaryrefslogtreecommitdiff
path: root/find-modules/rules_engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'find-modules/rules_engine.py')
-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.