summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 3f0115b..ad031fd 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -237,6 +237,7 @@ Filters
237- ``function(name)``: match on function ``name`` 237- ``function(name)``: match on function ``name``
238- ``function_r(regexp)``: the function matching the ``regexp`` 238- ``function_r(regexp)``: the function matching the ``regexp``
239- ``hash(sha256)``: match on the file's `sha256 <https://en.wikipedia.org/wiki/SHA-2>`_ sum 239- ``hash(sha256)``: match on the file's `sha256 <https://en.wikipedia.org/wiki/SHA-2>`_ sum
240- ``line(line_number)``: match on the file's line.
240- ``param(name)``: match on the function's parameter ``name`` 241- ``param(name)``: match on the function's parameter ``name``
241- ``param_r(regexp)``: match on the function's parameter ``regexp`` 242- ``param_r(regexp)``: match on the function's parameter ``regexp``
242- ``param_type(type)``: match on the function's parameter ``type`` 243- ``param_type(type)``: match on the function's parameter ``type``