summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-09 11:28:04 +0000
committerTopi Reiniƶ <topi.reinio@qt.io>2023-06-10 00:26:27 +0000
commit68ddebe893e73b50e2b1c62f8ec3769c58fdf319 (patch)
treea807898c4ddb7f9cd24d79fc7e3d5e2b511d9ab8
parent082eef1916a86d6d5e0c751d271c7c8a1a5e457d (diff)
Doc: Fix documentation issues
* Replace \sa commands specific to section titles with 'See also' paragraphs. * Fix incorrectly named property WebEngineView::devToolsId Pick-to: 6.6 Change-Id: I7f823701c9bb0a1cb8e4a4449ccfc42a34391e99 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/core/doc/src/qtwebengine-deploying.qdoc12
-rw-r--r--src/webenginequick/doc/src/webengineview_lgpl.qdoc2
2 files changed, 9 insertions, 5 deletions
diff --git a/src/core/doc/src/qtwebengine-deploying.qdoc b/src/core/doc/src/qtwebengine-deploying.qdoc
index 7504965e3..eb8470851 100644
--- a/src/core/doc/src/qtwebengine-deploying.qdoc
+++ b/src/core/doc/src/qtwebengine-deploying.qdoc
@@ -152,7 +152,8 @@
<string>Your message text for camera usage.</string>
\endcode
- \sa \l{https://developer.apple.com/documentation/bundleresources/information_property_list/nscamerausagedescription} {Apple's property list file documentation}
+ See also \l{https://developer.apple.com/documentation/bundleresources/information_property_list/nscamerausagedescription}
+ {Apple's property list file documentation}.
For the microphone usage message, provide a text using the following key:
\code
@@ -160,7 +161,8 @@
<string>Your message text for microphone usage.</string>
\endcode
- \sa \l{https://developer.apple.com/documentation/bundleresources/information_property_list/nsmicrophoneusagedescription} {Apple's property list file documentation}
+ See also \l{https://developer.apple.com/documentation/bundleresources/information_property_list/nsmicrophoneusagedescription}
+ {Apple's property list file documentation}.
To notarize an application that accesses the camera or the microphone,
you will need to add the corresponding keys to your application's entitlements file used for
@@ -172,7 +174,8 @@
<true/>
\endcode
- \sa \l{https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera} {Apple's camera entitlement documentation}.
+ See also \l{https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_camera}
+ {Apple's camera entitlement documentation}.
To enable access to the microphone, add:
\code
@@ -180,5 +183,6 @@
<true/>
\endcode
- /sa \l{https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_microphone} {Apple's microphone entitlement documentation}.
+ See also \l{https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_device_microphone}
+ {Apple's microphone entitlement documentation}.
*/
diff --git a/src/webenginequick/doc/src/webengineview_lgpl.qdoc b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
index 16c5b07f6..1bcc922db 100644
--- a/src/webenginequick/doc/src/webengineview_lgpl.qdoc
+++ b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
@@ -1304,7 +1304,7 @@
*/
/*!
- \qmlproperty WebEngineView WebEngineView::devToolsView
+ \qmlproperty WebEngineView WebEngineView::devToolsId
\since QtWebEngine 6.6
\readonly