diff --git a/src/webengine/api/qquickwebenginesettings.cpp b/src/webengine/api/qquickwebenginesettings.cpp
index 539f211b0bbf5e54d8383b40fd8d4c0714fb80bf..407f2a49f4b604b6bd782d93abe785596b4664d0 100644
--- a/src/webengine/api/qquickwebenginesettings.cpp
+++ b/src/webengine/api/qquickwebenginesettings.cpp
@@ -54,13 +54,15 @@ QQuickWebEngineSettings::QQuickWebEngineSettings(QQuickWebEngineSettings *parent
     \instantiates QQuickWebEngineSettings
     \inqmlmodule QtWebEngine
     \since QtWebEngine 1.1
-    \brief WebEngineSettings allows configuration of browser properties and attributes.
+    \brief Allows configuration of browser properties and attributes.
 
-    WebEngineSettings allows configuration of browser properties and generic attributes, such as
-    JavaScript support, focus behavior, and access to remote content.
-
-    Each WebEngineView can have individual settings.
+    The WebEngineSettings type can be used to configure browser properties and generic
+    attributes, such as JavaScript support, focus behavior, and access to remote content. This type
+    is uncreatable, but the default settings for all web engine views can be accessed by using
+    the \l{WebEngine::settings}{WebEngine.settings} property.
 
+    Each web engine view can have individual settings that can be accessed by using the
+    \l{WebEngineView::settings}{WebEngineView.settings} property.
 */