From 6ed5fe0b41317c07f7903c9ca62ec20685830dc4 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 30 May 2016 11:32:47 +0200 Subject: 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 --- src/webengine/doc/src/qtwebengine-overview.qdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3