summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-03-21 14:43:15 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-03-21 15:46:10 +0100
commitdd20f5e44c2c4f6d397fd015a34b3969043785d5 (patch)
treebab9d37d5a8b0cfb420a7b097d977a42a113e53f /doc
parent4175dc66ec85f47a7f22fcb8f0f660a0f9f78a2d (diff)
downloadqt-creator-dd20f5e44c2c4f6d397fd015a34b3969043785d5.tar.gz
Doc: Fix syntax error in coding-style.qdoc.
Change-Id: Ibee52badb902061c36e18b44e9ed71a34ee7a72e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/coding-style.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/coding-style.qdoc b/doc/api/coding-style.qdoc
index 7d1da3d958..8c97c672f9 100644
--- a/doc/api/coding-style.qdoc
+++ b/doc/api/coding-style.qdoc
@@ -551,7 +551,7 @@
\section2 Namespaces
\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 Optional, but recommended if the namespaces spans more than a few lines:
Add a comment after the right curly brace repeating the namespace.