summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-05-23 13:31:47 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-12 13:57:59 +0000
commitfd47a523d52f615379e940116a9fd09af81d3cd4 (patch)
tree070f4fa27b69bf7d106dca19e4cc9dff43ab0213 /src
parent4ed36a52d0c67f5615ca97fa2107bce21613f59c (diff)
Doc: Fix documentation for qWebEngineGetDomainAndRegistry()
Mention the argument 'url' by name and fix minor language issues. Change-Id: I85e48c49fa258a2b4172fee6ec732726ad7009ef Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 80b18a8fdf6bbd0607f6ff876c389ea63b8fdcef) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/core/doc/src/qtwebengine-global.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/doc/src/qtwebengine-global.qdoc b/src/core/doc/src/qtwebengine-global.qdoc
index d4bbef01a..8fb1f2d5e 100644
--- a/src/core/doc/src/qtwebengine-global.qdoc
+++ b/src/core/doc/src/qtwebengine-global.qdoc
@@ -46,8 +46,8 @@
\relates <qtwebenginecoreglobal.h>
\since 6.6
- Returns the domain of the host i.e. the effective top-level domain (eTLD)
- plus the first domain below.
+ Returns the domain of the host, that is, the effective top-level domain
+ (eTLD) and the first domain below it, from \a url.
- If the host is not a domain an empty string is returned.
+ If the host is not a domain, returns an empty string.
*/