summaryrefslogtreecommitdiffstats
path: root/src/webengine/doc/src/qtwebengine-overview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-30 11:32:47 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2016-05-31 13:14:53 +0000
commit6ed5fe0b41317c07f7903c9ca62ec20685830dc4 (patch)
tree31b3bb1b11221474e5d289bcdb503741f3035e69 /src/webengine/doc/src/qtwebengine-overview.qdoc
parent81047eb5a4fea064fe408ff9c75a2464e8b90612 (diff)
Doc: Fix linking error to overview instead of front page
Add "Module" to the overview section titles, to stop links from other modules from leading to the "Qt WebEngine" section in the "Overview" instead of to the Qt WebEngine module front page. Change-Id: I1c571c4edad0bcf9dd05e4dad703f95f39eb579c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webengine/doc/src/qtwebengine-overview.qdoc')
-rw-r--r--src/webengine/doc/src/qtwebengine-overview.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/webengine/doc/src/qtwebengine-overview.qdoc b/src/webengine/doc/src/qtwebengine-overview.qdoc
index 72f2e1a64..bf4e7a315 100644
--- a/src/webengine/doc/src/qtwebengine-overview.qdoc
+++ b/src/webengine/doc/src/qtwebengine-overview.qdoc
@@ -60,16 +60,16 @@
The functionality in Qt WebEngine is divided into the following modules:
\list
- \li \l{Qt WebEngine Widgets} for creating widget-based web applications
- \li \l{Qt WebEngine} for creating Qt Quick based web applications
- \li \l{Qt WebEngine Core} for interacting with Chromium
+ \li \l{Qt WebEngine Widgets Module} for creating widget-based web applications
+ \li \l{Qt WebEngine Module} for creating Qt Quick based web applications
+ \li \l{Qt WebEngine Core Module} for interacting with Chromium
\endlist
Page rendering and JavaScript execution are separated from the GUI process into the Qt WebEngine
Process. It is a library that must be shipped with the application if the Qt libraries are
bundled into the application.
- \section2 Qt WebEngine Widgets
+ \section2 Qt WebEngine Widgets Module
\image qtwebenginewidgets-model.png
@@ -82,7 +82,7 @@
\e cookies. Profiles can be used to isolate pages from each other. A typical use case is a
dedicated profile for a \e {private browsing} mode, where no information is permanently saved.
- \section2 Qt WebEngine
+ \section2 Qt WebEngine Module
\image qtwebengine-model.png
@@ -90,7 +90,7 @@
except that there is no separately accessible web engine page. The supported page functionality
is integrated into the web engine view.
- \section2 Qt WebEngine Core
+ \section2 Qt WebEngine Core Module
The Qt WebEngine core is based on the \l {Chromium Project}. Chromium provides its own network
and painting engines and is developed tightly together with its dependent modules, and