diff options
| author | jvoisin | 2017-09-26 16:55:42 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-26 16:55:42 +0200 |
| commit | 3c14dba94e837322e030b19b41654952624cb485 (patch) | |
| tree | 184dee84d63ba3a85dbc987f23b04120c3f763cd /doc | |
| parent | 4dc382c63f4219cdbf5dd784f0d8025f6af68629 (diff) | |
Implement, test and document namespace support
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/config.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 8318e7d..7299fb1 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -234,6 +234,7 @@ Details | |||
| 234 | The ``function`` filter is able to do various dereferencing: | 234 | The ``function`` filter is able to do various dereferencing: |
| 235 | 235 | ||
| 236 | - ``function("AwesomeClass::my_method")`` will match in the method ``my_method`` in the class ``AwesomeClass`` | 236 | - ``function("AwesomeClass::my_method")`` will match in the method ``my_method`` in the class ``AwesomeClass`` |
| 237 | - ``function("AwesomeNamespace\\my_function")`` will match in the function ``my_function`` in the namespace ``AwesomeNamespace`` | ||
| 237 | 238 | ||
| 238 | The ``param`` filter is also able to do some dereferencing: | 239 | The ``param`` filter is also able to do some dereferencing: |
| 239 | 240 | ||
