From 5be9082f148ab546a0317a28ef5267bb797feb53 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 29 Nov 2020 19:37:49 +0100 Subject: Make the `>` operator skip over functions --- doc/source/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/config.rst b/doc/source/config.rst index dd30723..258b1ab 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -328,7 +328,8 @@ The ``function`` filter is able to do various dereferencing: - ``function("AwesomeNamespace\\my_function")`` will match the function ``my_function`` in the namespace ``AwesomeNamespace`` It's also able to have calltrace constrains: ``function(func1>func2)`` will -match only if ``func2`` is called **inside** of ``func1``. +match only if ``func2`` is called **inside** of ``func1``. Do note that their +might be other functions called between them. The ``param`` filter is able to do some dereferencing as well: -- cgit v1.3