Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.12.2, 5.13.0 Beta 1
-
None
Description
In the first sentence of https://doc.qt.io/qt-5/android.html 'WebEngine' is a link pointing to https://doc.qt.io/qt-5/nolink . It should be just plain text.
This is probably related to https://code.qt.io/cgit/qt/qtwebengine.git/tree/src/webengine/doc/src/external-resources.qdoc:
/*
This prevents autolinking of each occurrence of 'WebEngine'
To link to the WebEngine QML type, use explicit linking:
\l [QML] WebEngine
\sa {QtWebEngine::}{WebEngine}
*/
/*!
\externalpage nolink
\title WebEngine
\internal
*/
So the trick is not working everywhere, maybe because android.html is not part of the WebEngine module?
Attachments
Issue Links
- relates to
-
QTBUG-70944 Broken link in documentation
- Closed