diff options
author | Leena Miettinen <riitta-leena.miettinen@qt.io> | 2019-03-29 16:29:15 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2019-04-01 11:53:57 +0000 |
commit | f564d58dcdc614f94d2fc3147f24537c35a1317e (patch) | |
tree | e147383af7a2e64bb8b6fc826910019ef95a9764 /src/webengine/doc/qtwebengine.qdocconf | |
parent | d3c11cb4ac32f87d485e4f6bd88afdc93e9ecd16 (diff) | |
download | qtwebengine-f564d58dcdc614f94d2fc3147f24537c35a1317e.tar.gz |
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 <paul.wicking@qt.io>
Diffstat (limited to 'src/webengine/doc/qtwebengine.qdocconf')
-rw-r--r-- | src/webengine/doc/qtwebengine.qdocconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webengine/doc/qtwebengine.qdocconf b/src/webengine/doc/qtwebengine.qdocconf index b1e3a2ded..50f2e2ceb 100644 --- a/src/webengine/doc/qtwebengine.qdocconf +++ b/src/webengine/doc/qtwebengine.qdocconf @@ -81,4 +81,7 @@ navigation.landingpage = "Qt WebEngine" navigation.cppclassespage = "Qt WebEngine C++ Classes and Namespaces" navigation.qmltypespage = "Qt WebEngine QML Types" +# \QWE macro expands to 'Qt WebEngine' without auto-linking anywhere. +macro.QWE = "Qt \\WebEngine" + Cpp.ignoretokens += Q_WEBENGINE_EXPORT QWEBENGINEWIDGETS_EXPORT |