From 708fda792e67a27ae48c6551318ef4c3a08728df Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 20 Nov 2015 14:52:51 +0100 Subject: [PATCH] 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 --- doc/src/editors/creator-coding.qdoc | 21 ++++--------------- .../editors/creator-editors-writing-code.qdoc | 19 +++++++++++++++++ 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc index 3cb58bf3c2d..9fcb5e18a88 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} + \li \l{Modeling} - 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} - - 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 diff --git a/doc/src/editors/creator-editors-writing-code.qdoc b/doc/src/editors/creator-editors-writing-code.qdoc index 8ee82d22295..78d1ece3525 100644 --- a/doc/src/editors/creator-editors-writing-code.qdoc +++ b/doc/src/editors/creator-editors-writing-code.qdoc @@ -93,4 +93,23 @@ \endlist + \section1 Related Topics + + \list + + \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} + + 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. + + \endlist + */