diff options
| -rwxr-xr-x | find-modules/rules_engine.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/rules_engine.py b/find-modules/rules_engine.py index dfef378c..65525527 100755 --- a/find-modules/rules_engine.py +++ b/find-modules/rules_engine.py @@ -339,7 +339,7 @@ class FunctionRuleDb(AbstractCompiledRuleDb):                                      name                The name of the function.                                      template_parameters Any template parameters.                                      fn_result           Result, if not a constructor. -                                    decl                The declaration. +                                    parameters          The parameters.                                      prefix              Leading keyworks ("static"). Separated by space,                                                          ends with a space.                                      suffix              Trailing keywords ("const"). Separated by space, starts with  | 
