aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-04-18 10:44:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-04-18 08:55:55 +0000
commit3cc1c90b5156eadc95c6d5b31226314c73417df3 (patch)
tree4c3011b7b37a6dc52f17148db0a087018d96d0c6
parentfef3e87140f85ac6732ccded049a713e3659fd7f (diff)
Documentation: Remove duplicated backslash character
Change-Id: I1baada41c3aaa72f0a042f0d590b925b602ab816 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--doc/reference/modules/cpp-module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/modules/cpp-module.qdoc b/doc/reference/modules/cpp-module.qdoc
index 60f0e21fe..a65eb659f 100644
--- a/doc/reference/modules/cpp-module.qdoc
+++ b/doc/reference/modules/cpp-module.qdoc
@@ -834,7 +834,7 @@
\li Source files with this tag serve as inputs to a rule combining them into
a single C++ file, which will then be compiled.
\row
- \li \\c{"c_pch_src"}, \c{"cpp_pch_src"}, \c{"objc_pch_src"}, \c{"objcpp_pch_src"}
+ \li \c{"c_pch_src"}, \c{"cpp_pch_src"}, \c{"objc_pch_src"}, \c{"objcpp_pch_src"}
\li -
\li 1.5
\li Files with this tag will be turned into precompiled headers for C, C++, Objective-C