summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2017-09-26 16:55:42 +0200
committerjvoisin2017-09-26 16:55:42 +0200
commit3c14dba94e837322e030b19b41654952624cb485 (patch)
tree184dee84d63ba3a85dbc987f23b04120c3f763cd /doc
parent4dc382c63f4219cdbf5dd784f0d8025f6af68629 (diff)
Implement, test and document namespace support
Diffstat (limited to 'doc')
-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 8318e7d..7299fb1 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -234,6 +234,7 @@ Details
234The ``function`` filter is able to do various dereferencing: 234The ``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
238The ``param`` filter is also able to do some dereferencing: 239The ``param`` filter is also able to do some dereferencing:
239 240