diff --git a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
index c2a3ac329be376c59f9b985c03e120f3f95751de..3f6e888f35b22046c469505205cf1f34fa62d072 100644
--- a/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
+++ b/src/webenginewidgets/doc/src/qtwebenginewidgets.qdoc
@@ -26,7 +26,7 @@
 ****************************************************************************/
 
 /*!
-    \module QtWebEngine
+    \module QtWebEngineWidgets
     \title Qt WebEngine Widgets C++ Classes
     \brief Provides a web browser engine as well as C++ classes to render and
     interact with web content
@@ -111,6 +111,12 @@
     customization of handlers for specific events such as showing custom authentication
     dialogs.
 
+    \section1 Reference Documentation
+
+    \list
+        \li \l {Qt WebEngine Widgets C++ Classes}
+    \endlist
+
     \section1 License Information
     This is a snapshot of the integration of Chromium into Qt.
 
diff --git a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
index 76a0a075d27cb26ebd793bb7df938c791922cf33..1e791c03ad4152d35c3c798fda00fcf4b4dffdaa 100644
--- a/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginehistory_lgpl.qdoc
@@ -26,7 +26,7 @@
     \class QWebEngineHistoryItem
     \brief The QWebEngineHistoryItem class represents one item in the history of a QWebEnginePage
 
-    \inmodule QtWebEngine
+    \inmodule QtWebEngineWidgets
 
     Each QWebEngineHistoryItem instance represents an entry in the history stack of a Web page,
     containing information about the page, its location, and when it was last visited.
@@ -101,7 +101,7 @@
     \class QWebEngineHistory
     \brief The QWebEngineHistory class represents the history of a QWebEnginePage
 
-    \inmodule QtWebEngine
+    \inmodule QtWebEngineWidgets
 
     Each QWebEnginePage instance contains a history of visited pages that can be accessed
     by QWebEnginePage::history(). QWebEngineHistory represents this history and makes it possible
diff --git a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
index 11281c9ac8e22fbcce6264de5630e2305b9bfa43..983b80d7e38b94bd3e0306153f6bc63afe946d9c 100644
--- a/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginepage_lgpl.qdoc
@@ -28,7 +28,7 @@
     \class QWebEnginePage
     \brief The QWebEnginePage class provides an object to view and edit web documents.
 
-    \inmodule QtWebEngine
+    \inmodule QtWebEngineWidgets
 
     QWebEnginePage holds a main frame responsible for web content, the history
     of navigated links and actions.
diff --git a/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
index 2d82bef3b24487844961e1a55401eb941c83d39e..3c420b805c3a427da39587406d72f06c262a0f76 100644
--- a/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebenginesettings_lgpl.qdoc
@@ -36,7 +36,7 @@
     \brief The QWebEngineSettings class provides an object to store the settings used
     by QWebEnginePage
 
-    \inmodule QtWebEngine
+    \inmodule QtWebEngineWidgets
 
     Each QWebEnginePage object has its own QWebEngineSettings object, which configures the
     settings for that page. If a setting is not configured, then it is looked
diff --git a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
index 2d49158d63cea6c1bf2c2f34b8d8f4ae0a024c6a..57d5376565aa7bb73db5fdd69675a7b8a6fea14c 100644
--- a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
@@ -30,7 +30,7 @@
     web documents.
     \ingroup advanced
 
-    \inmodule QtWebEngine
+    \inmodule QtWebEngineWidgets
 
     QWebEngineView is the main widget component of the Qt WebEngine web browsing module.
     It can be used in various applications to display web content live from the