From 40b2ee2582fcf7d663bed562458ecac16f52b3e3 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 7 Oct 2018 11:29:13 +0200 Subject: Document the `.pos` filter --- doc/source/config.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source') 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 - ``param(name)``: match on the function's parameter ``name`` - ``param_r(regexp)``: match on the function's parameter ``regexp`` - ``param_type(type)``: match on the function's parameter ``type`` +- ``pos(nth_argument)``: match on the nth argument, starting from ``0`` - ``ret(value)``: match on the function's return ``value`` - ``ret_r(regexp)``: match with a ``regexp`` on the function's return - ``ret_type(type_name)``: match on the ``type_name`` of the function's return value -- cgit v1.3