summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorjvoisin2018-10-07 11:29:13 +0200
committerjvoisin2018-10-07 11:29:13 +0200
commit40b2ee2582fcf7d663bed562458ecac16f52b3e3 (patch)
tree2c5f0809b379eade504b301cf1526e270e382921 /doc/source/config.rst
parent9b7f998a2edd9cdd29780cebcd8630ff914cebe4 (diff)
Document the `.pos` filter
Diffstat (limited to 'doc/source/config.rst')
-rw-r--r--doc/source/config.rst1
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