summaryrefslogtreecommitdiff
path: root/doc/source/config.rst
diff options
context:
space:
mode:
authorjvoisin2017-10-23 22:47:46 +0200
committerGitHub2017-10-23 22:47:46 +0200
commita8ab6484c1cf08bb5669b2f46f933845cc81f077 (patch)
tree06bcfc62b03c2113277385073294bcb27f30d643 /doc/source/config.rst
parenta50fe60a3d736bce1a1838d4e736f80af1ee7bbc (diff)
Implement the .line filter
Close #48
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 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``