aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-18 10:29:03 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 11:34:51 +0000
commiteac2afa4f4fece0c0fa976ac5b87b560ccbb8347 (patch)
tree42843c31c340f44699a641b390f9d92bd0cd932d
parent6be112d72d974b86b97c164728cf4e603f5dde4f (diff)
Doc: Reformatting
No text change Change-Id: I0d394d043bc3c878324ed0d18d3a25ecadb00eca Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/editors/creator-clang-codemodel.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/editors/creator-clang-codemodel.qdoc b/doc/src/editors/creator-clang-codemodel.qdoc
index 05476e3c61..ed50ef8d57 100644
--- a/doc/src/editors/creator-clang-codemodel.qdoc
+++ b/doc/src/editors/creator-clang-codemodel.qdoc
@@ -55,9 +55,9 @@
\endlist
- An IDE needs a parser for the language and the semantic
- analyzes. The only difference between a code model and a compiler is that a
- code model does not generate an executable.
+ An IDE needs a parser for the language and the semantic analyzes. The only
+ difference between a code model and a compiler is that a code model does not
+ generate an executable.
As \l{http://clang.llvm.org/}{Clang} is a compiler, as well as a code model,
it provides accurate information. The feedback you get through warning and
@@ -66,8 +66,8 @@
Clang focuses on detailed information for diagnostics, which is really
useful if the code contains typos, for example.
- Also, Clang already supports C++98/03, C89 and C99, Objective-C
- (and Objective-C++), and C++11 support is in active development.
+ Also, Clang already supports C++98/03, C89 and C99, Objective-C (and
+ Objective-C++), and C++11 support is in active development.
On the downside, for large projects using Clang as code model is slower than
using the built-in code model. Clang does not need to generate object files,
@@ -158,8 +158,8 @@
\list 1
- \li Select \uicontrol Help > \uicontrol {About Plugins} > \uicontrol {C++} >
- \uicontrol ClangCodeModel to enable the plugin.
+ \li Select \uicontrol Help > \uicontrol {About Plugins} >
+ \uicontrol {C++} > \uicontrol ClangCodeModel to enable the plugin.
\li Restart \QC to be able to use the plugin.