diff --git a/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc b/src/webengine/doc/src/qquickwebengineview_lgpl.qdoc
index ac88729fc585f72f9ca7d5639ef938a6756395b6..fb38c110802f1e5aacd055d5a3069a8aaafb7650 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 789ac4b559bba6685e8682ecfd21e89ee8c19bc2..0353b95fd34c6dfb06aa41517ac27d45026741e5 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}
 */