From dd20f5e44c2c4f6d397fd015a34b3969043785d5 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 21 Mar 2014 14:43:15 +0100 Subject: [PATCH] Doc: Fix syntax error in coding-style.qdoc. Change-Id: Ibee52badb902061c36e18b44e9ed71a34ee7a72e Reviewed-by: Leena Miettinen --- doc/api/coding-style.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/coding-style.qdoc b/doc/api/coding-style.qdoc index 7d1da3d958b..8c97c672f9f 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.