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:
parent
f6d210a0d3
commit
f9e6ee655f
@ -62,3 +62,6 @@ depends += \
|
||||
qtxmlpatterns
|
||||
|
||||
navigation.landingpage = "qmake Manual"
|
||||
|
||||
# Fail the documentation build if there are more warnings than the limit
|
||||
warninglimit = 0
|
||||
|
@ -66,3 +66,6 @@ navigation.cppclassespage = "Qt D-Bus C++ Classes"
|
||||
manifestmeta.thumbnail.names = "QtDBus/D-Bus List Names Example" \
|
||||
"QtDBus/D-Bus Ping Pong Example" \
|
||||
"QtDBus/D-Bus Complex Ping Pong Example"
|
||||
|
||||
# Fail the documentation build if there are more warnings than the limit
|
||||
warninglimit = 0
|
||||
|
@ -48,9 +48,9 @@
|
||||
When building Qt from source, Qt builds plugins for native TLS libraries
|
||||
that are supported for the operating system you are building for. For
|
||||
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
|
||||
\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
|
||||
\c{openssl/opensslv.h} header provided by source or developer packages
|
||||
|
Loading…
Reference in New Issue
Block a user