Doc: Fix syntax error in coding-style.qdoc.

Change-Id: Ibee52badb902061c36e18b44e9ed71a34ee7a72e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Christian Kandeler
2014-03-21 14:43:15 +01:00
parent 4175dc66ec
commit dd20f5e44c

View File

@@ -551,7 +551,7 @@
\section2 Namespaces \section2 Namespaces
\list \list
\li Put the left curly brace on the same line as the \namespace keyword. \li Put the left curly brace on the same line as the \c namespace keyword.
\li Do not indent declarations or definitions inside. \li Do not indent declarations or definitions inside.
\li Optional, but recommended if the namespaces spans more than a few lines: \li Optional, but recommended if the namespaces spans more than a few lines:
Add a comment after the right curly brace repeating the namespace. Add a comment after the right curly brace repeating the namespace.