Doc: Fix qdoc warnings

In addition, added the missing warninglimit
entry to a few doc configs.

Change-Id: I51b9d2ad66123a2a9673a3b42870662641375e6b
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Venugopal Shivashankar 2021-11-10 13:31:28 +01:00
parent f6d210a0d3
commit f9e6ee655f
3 changed files with 8 additions and 2 deletions

View File

@ -62,3 +62,6 @@ depends += \
qtxmlpatterns qtxmlpatterns
navigation.landingpage = "qmake Manual" navigation.landingpage = "qmake Manual"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -66,3 +66,6 @@ navigation.cppclassespage = "Qt D-Bus C++ Classes"
manifestmeta.thumbnail.names = "QtDBus/D-Bus List Names Example" \ manifestmeta.thumbnail.names = "QtDBus/D-Bus List Names Example" \
"QtDBus/D-Bus Ping Pong Example" \ "QtDBus/D-Bus Ping Pong Example" \
"QtDBus/D-Bus Complex Ping Pong Example" "QtDBus/D-Bus Complex Ping Pong Example"
# Fail the documentation build if there are more warnings than the limit
warninglimit = 0

View File

@ -48,9 +48,9 @@
When building Qt from source, Qt builds plugins for native TLS libraries When building Qt from source, Qt builds plugins for native TLS libraries
that are supported for the operating system you are building for. For that are supported for the operating system you are building for. For
Windows this means Windows this means
\l{Schannel}{https://docs.microsoft.com/en-us/windows/win32/com/schannel}, \l{https://docs.microsoft.com/en-us/windows/win32/com/schannel}{Schannel},
while for macOS this is while for macOS this is
\l{Secure Transport}{https://developer.apple.com/documentation/security/secure_transport}. \l{https://developer.apple.com/documentation/security/secure_transport}{Secure Transport}.
On all platforms, the configuration system checks for the presence of the On all platforms, the configuration system checks for the presence of the
\c{openssl/opensslv.h} header provided by source or developer packages \c{openssl/opensslv.h} header provided by source or developer packages