summaryrefslogtreecommitdiffstats
path: root/src/corelib/ipc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-02-01 13:19:17 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-02-06 11:20:20 +0000
commitc4b32597e789b259a4881c76f51a6c7150d2bc10 (patch)
tree01d431cc240ab73e15abe3525a34a5b61bf2deef /src/corelib/ipc
parente8322a4cc043e1a150cc4c6b86ee2f9cf858cd24 (diff)
Doc: Fix documentation warnings for Qt Core
These linking issues were not caught by documentation testing in the CI. * android-content-uri-limitations.qdocinc: Fix external link title * Fix links to 'Native IPC Keys' * Fix \sa links to 'Inter-Process Communication' * Replace \sa links to non-existent function nativeKeyType() * Drop explicit link to undocumented class QBasicAtomicInteger Change-Id: I041a8cd2301cc2e77b88c085e74e9178e507a7a1 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
Diffstat (limited to 'src/corelib/ipc')
-rw-r--r--src/corelib/ipc/qsharedmemory.cpp10
-rw-r--r--src/corelib/ipc/qsystemsemaphore.cpp6
-rw-r--r--src/corelib/ipc/qtipccommon.cpp4
3 files changed, 10 insertions, 10 deletions
diff --git a/src/corelib/ipc/qsharedmemory.cpp b/src/corelib/ipc/qsharedmemory.cpp
index 501036a6502..ea0ff4f1b3b 100644
--- a/src/corelib/ipc/qsharedmemory.cpp
+++ b/src/corelib/ipc/qsharedmemory.cpp
@@ -94,11 +94,11 @@ inline QNativeIpcKey QSharedMemoryPrivate::semaphoreNativeKey() const
For details on the key types, platform-specific limitations, and
interoperability with older or non-Qt applications, see the \l{Native IPC
- Key} documentation. That includes important information for sandboxed
+ Keys} documentation. That includes important information for sandboxed
applications on Apple platforms, including all apps obtained via the Apple
App Store.
- \sa Inter-Process Communication, QSystemSemaphore
+ \sa {Inter-Process Communication}, QSystemSemaphore
*/
/*!
@@ -212,7 +212,7 @@ void QSharedMemory::setKey(const QString &key)
You can call nativeKey() to retrieve the native key.
- \sa nativeKey(), nativeKeyType(), isAttached()
+ \sa nativeKey(), nativeIpcKey(), isAttached()
*/
/*!
@@ -231,7 +231,7 @@ void QSharedMemory::setKey(const QString &key)
You can call nativeKey() to retrieve the native key.
- \sa nativeKey(), nativeKeyType(), isAttached()
+ \sa nativeKey(), nativeIpcKey(), isAttached()
*/
void QSharedMemory::setNativeKey(const QNativeIpcKey &key)
{
@@ -329,7 +329,7 @@ QString QSharedMemory::key() const
been created by Qt, or to grant shared memory access to non-Qt applications.
See \l{Native IPC Keys} for more information.
- \sa setNativeKey(), nativeKeyType()
+ \sa setNativeKey(), nativeIpcKey()
*/
QString QSharedMemory::nativeKey() const
{
diff --git a/src/corelib/ipc/qsystemsemaphore.cpp b/src/corelib/ipc/qsystemsemaphore.cpp
index fed4f414962..c41ae6dbc26 100644
--- a/src/corelib/ipc/qsystemsemaphore.cpp
+++ b/src/corelib/ipc/qsystemsemaphore.cpp
@@ -61,11 +61,11 @@ inline void QSystemSemaphorePrivate::destructBackend()
For details on the key types, platform-specific limitations, and
interoperability with older or non-Qt applications, see the \l{Native IPC
- Key} documentation. That includes important information for sandboxed
+ Keys} documentation. That includes important information for sandboxed
applications on Apple platforms, including all apps obtained via the Apple
App Store.
- \sa Inter-Process Communication, QSharedMemory, QSemaphore
+ \sa {Inter-Process Communication}, QSharedMemory, QSemaphore
*/
/*!
@@ -183,7 +183,7 @@ QSystemSemaphore::~QSystemSemaphore()
This function is useful if the native key was shared from another process.
See \l{Native IPC Keys} for more information.
- \sa QSystemSemaphore(), nativeKey()
+ \sa QSystemSemaphore(), nativeIpcKey()
*/
void QSystemSemaphore::setNativeKey(const QNativeIpcKey &key, int initialValue, AccessMode mode)
{
diff --git a/src/corelib/ipc/qtipccommon.cpp b/src/corelib/ipc/qtipccommon.cpp
index 050c79c6290..df525682d90 100644
--- a/src/corelib/ipc/qtipccommon.cpp
+++ b/src/corelib/ipc/qtipccommon.cpp
@@ -236,7 +236,7 @@ QString QtIpcCommon::platformSafeKey(const QString &key, QtIpcCommon::IpcType ip
For details on the key types, platform-specific limitations, and
interoperability with older or non-Qt applications, see the \l{Native IPC
- Key} documentation. That includes important information for sandboxed
+ Keys} documentation. That includes important information for sandboxed
applications on Apple platforms, including all apps obtained via the Apple
App Store.
@@ -302,7 +302,7 @@ QString QtIpcCommon::platformSafeKey(const QString &key, QtIpcCommon::IpcType ip
\enum QNativeIpcKey::Type
This enum describes the backend type for the IPC object. For details on the
- key types, see the \l{Native IPC Key} documentation.
+ key types, see the \l{Native IPC Keys} documentation.
\value SystemV X/Open System Initiative (XSI) or System V (SVr4) API
\value PosixRealtime IEEE 1003.1b (POSIX.1b) API