diff options
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |||
| 328 | - ``function("AwesomeNamespace\\my_function")`` will match the function ``my_function`` in the namespace ``AwesomeNamespace`` | 328 | - ``function("AwesomeNamespace\\my_function")`` will match the function ``my_function`` in the namespace ``AwesomeNamespace`` |
| 329 | 329 | ||
| 330 | It's also able to have calltrace constrains: ``function(func1>func2)`` will | 330 | It's also able to have calltrace constrains: ``function(func1>func2)`` will |
| 331 | match only if ``func2`` is called **inside** of ``func1``. | 331 | match only if ``func2`` is called **inside** of ``func1``. Do note that their |
| 332 | might be other functions called between them. | ||
| 332 | 333 | ||
| 333 | The ``param`` filter is able to do some dereferencing as well: | 334 | The ``param`` filter is able to do some dereferencing as well: |
| 334 | 335 | ||
