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/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/webenginewidgets/spellchecker/doc') diff --git a/examples/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc b/examples/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc index ff7b43a1b..ecdb1c818 100644 --- a/examples/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc +++ b/examples/webenginewidgets/spellchecker/doc/src/spellchecker.qdoc @@ -41,7 +41,7 @@ \section1 Dictionaries To be able to check the spelling, we need to provide the spellchecker with - dictionaries. The Qt WebEngine spellchecker supports dictionaries provided by the + dictionaries. The \QWE spellchecker supports dictionaries provided by the \l {Hunspell project} on all platforms and native dictionaries provided by macOS. In this example, we want to support the English and German languages. @@ -102,7 +102,7 @@ the actual language display name. We will use that mapping to display names of dictionaries in the context menu. Spellchecking is disabled by default. Therefore we also enable spellchecker and set the \e English dictionary. - When Qt WebEngine's spellcheck service initializes, it will try to load the + When \QWE's spellcheck service initializes, it will try to load the \c bdict dictionaries and to check them for consistency. Any errors are logged by using the qWarning() function. -- cgit v1.2.3