aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/editors/creator-coding.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-20 14:52:51 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-11-20 14:34:11 +0000
commit708fda792e67a27ae48c6551318ef4c3a08728df (patch)
tree9e45bca329c8878ce0dc30d36895aeffc5de74a4 /doc/src/editors/creator-coding.qdoc
parent927767c6452c613589a06d4509f89a3912ddec8a (diff)
Doc: make umbrella topics consistent with browsing sequences
Some topics had ended up in the wrong top level topic, as compared with the manual structure. Change-Id: I03bc2fa2c0cbc8492c2bcec58eeddcd04d249a96 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'doc/src/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc21
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index 3cb58bf3c2..9fcb5e18a8 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -34,12 +34,6 @@
\list
- \li \l{Modeling}
-
- You can use the experimental model editor to create Universal
- Modeling Language (UML) style models with structured diagrams and
- store them in XML format.
-
\li \l{Writing Code}
Writing, editing, and navigating in source code are core tasks in
@@ -85,18 +79,11 @@
to use for opening the file. If your files do not match the
predefined MIME types, you can edit the MIME types.
- \li \l{Comparing Files}
-
- You can use a diff editor to compare two versions of a file and
- view the differences side-by-side in the \uicontrol Edit mode.
-
- \li \l{Parsing C++ Files}
+ \li \l{Modeling}
- An experimental Clang code model plugin enables you to replace the
- built-in \QC code model with the Clang code model. Clang is a C
- language family front end for LLVM. Clang provides you with more
- accurate information than the built-in code model but can be slower
- to use for large projects.
+ You can use the experimental model editor to create Universal
+ Modeling Language (UML) style models with structured diagrams and
+ store them in XML format.
\endlist