From 3c14dba94e837322e030b19b41654952624cb485 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 26 Sep 2017 16:55:42 +0200 Subject: Implement, test and document namespace support --- 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 8318e7d..7299fb1 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst @@ -234,6 +234,7 @@ Details The ``function`` filter is able to do various dereferencing: - ``function("AwesomeClass::my_method")`` will match in the method ``my_method`` in the class ``AwesomeClass`` +- ``function("AwesomeNamespace\\my_function")`` will match in the function ``my_function`` in the namespace ``AwesomeNamespace`` The ``param`` filter is also able to do some dereferencing: -- cgit v1.3