From f564d58dcdc614f94d2fc3147f24537c35a1317e Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 29 Mar 2019 16:29:15 +0100 Subject: Doc: Avoid auto-linking the string 'WebEngine' to the QML type Remove the previous workaround (internal \externalpage command) that was used for this purpose, and replace it with a \QWE macro that expands to the string 'Qt \WebEngine'. The backslash in the expanded string instructs QDoc not to attempt auto-linking the word. Change-Id: If4e1c95423fa07479b1af055e4760a890c0ac667 Reviewed-by: Paul Wicking --- examples/webengine/customdialogs/doc/src/customdialogs.qdoc | 2 +- examples/webengine/minimal/doc/src/minimal.qdoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/webengine') diff --git a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc index 3fc888a77..5c550ed5e 100644 --- a/examples/webengine/customdialogs/doc/src/customdialogs.qdoc +++ b/examples/webengine/customdialogs/doc/src/customdialogs.qdoc @@ -29,7 +29,7 @@ \example webengine/customdialogs \title WebEngine Qt Quick Custom Dialogs Example \ingroup webengine-examples - \brief Customizes UI elements of Qt WebEngine's dialogs. + \brief Customizes UI elements of \QWE's dialogs. \image customdialogs.png diff --git a/examples/webengine/minimal/doc/src/minimal.qdoc b/examples/webengine/minimal/doc/src/minimal.qdoc index 8d12afc7c..4fc62bddb 100644 --- a/examples/webengine/minimal/doc/src/minimal.qdoc +++ b/examples/webengine/minimal/doc/src/minimal.qdoc @@ -29,7 +29,7 @@ \example webengine/minimal \title WebEngine Qt Quick Minimal Example \ingroup webengine-examples - \brief Displays a web page using the Qt Quick integration of Qt WebEngine. + \brief Displays a web page using the Qt Quick integration of \QWE. \image minimal-example.png @@ -52,7 +52,7 @@ In the \c main function we first set the \l{QCoreApplication::organizationName} property. This affects the locations - where Qt WebEngine stores persistent and cached data (see also + where \QWE stores persistent and cached data (see also \l{WebEngineProfile::cachePath} and \l{WebEngineProfile::persistentStoragePath}). -- cgit v1.2.3