From a8ab6484c1cf08bb5669b2f46f933845cc81f077 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 23 Oct 2017 22:47:46 +0200 Subject: Implement the .line filter Close #48 --- 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 3f0115b..ad031fd 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -237,6 +237,7 @@ Filters - ``function(name)``: match on function ``name`` - ``function_r(regexp)``: the function matching the ``regexp`` - ``hash(sha256)``: match on the file's `sha256 `_ sum +- ``line(line_number)``: match on the file's line. - ``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`` -- cgit v1.3