forked from qt-creator/qt-creator
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user