summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/webengine/doc/src/qquickwebengineview_lgpl.qdoc6
-rw-r--r--src/webengine/doc/src/qtwebengine.qdoc6
2 files changed, 11 insertions, 1 deletions
diff --git a/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc b/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc
index ac88729fc..fb38c1108 100644
--- a/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc
+++ b/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc
@@ -58,6 +58,12 @@
}
\endcode
+ \section1 API References
+
+ \list
+ \li \l{Qt WebEngine QML Types}{QML Types}
+ \endlist
+
\section1 Examples
There are several Qt WebEngine examples located in the
diff --git a/src/webengine/doc/src/qtwebengine.qdoc b/src/webengine/doc/src/qtwebengine.qdoc
index 789ac4b55..0353b95fd 100644
--- a/src/webengine/doc/src/qtwebengine.qdoc
+++ b/src/webengine/doc/src/qtwebengine.qdoc
@@ -35,6 +35,8 @@
import QtQuick 2.0
import QtWebEngine 1.0
\endcode
+
+ \sa {Qt WebEngine Examples}
*/
/*!
@@ -43,7 +45,9 @@
\brief Examples demonstrating the Qt WebEngine usage
\ingroup all-examples
- These examples and demonstrations show a range of different uses for Qt WebEngine,
+ These examples and demonstrations show a range of different uses for \l{Qt WebEngine},
from displaying Web pages within a QML user interface to an implementation of
a basic function Web browser.
+
+ \sa {Qt WebEngine QML Types}
*/