diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 8fd9097..eeb81ee 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -258,6 +258,7 @@ Filters | |||
| 258 | - ``param(name)``: match on the function's parameter ``name`` | 258 | - ``param(name)``: match on the function's parameter ``name`` |
| 259 | - ``param_r(regexp)``: match on the function's parameter ``regexp`` | 259 | - ``param_r(regexp)``: match on the function's parameter ``regexp`` |
| 260 | - ``param_type(type)``: match on the function's parameter ``type`` | 260 | - ``param_type(type)``: match on the function's parameter ``type`` |
| 261 | - ``pos(nth_argument)``: match on the nth argument, starting from ``0`` | ||
| 261 | - ``ret(value)``: match on the function's return ``value`` | 262 | - ``ret(value)``: match on the function's return ``value`` |
| 262 | - ``ret_r(regexp)``: match with a ``regexp`` on the function's return | 263 | - ``ret_r(regexp)``: match with a ``regexp`` on the function's return |
| 263 | - ``ret_type(type_name)``: match on the ``type_name`` of the function's return value | 264 | - ``ret_type(type_name)``: match on the ``type_name`` of the function's return value |
