From 901b73274cdc6286450bfc4c7aa0544856a4a9ef Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 8 Oct 2012 17:45:49 +0300 Subject: [PATCH] Added :namespace: syntax to the 'linking' section --- contributing/documentation/format.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing/documentation/format.rst b/contributing/documentation/format.rst index 07adc038d6d..2c910bbf67f 100644 --- a/contributing/documentation/format.rst +++ b/contributing/documentation/format.rst @@ -149,6 +149,8 @@ You can also add links to the API documentation: .. code-block:: rst + :namespace:`Symfony\\Component\\BrowserKit` + :class:`Symfony\\Component\\Routing\\Matcher\\ApacheUrlMatcher` :method:`Symfony\\Component\\HttpKernel\\Bundle\\Bundle::build`