Skip to content

Commit

Permalink
Doc: Fix qdoc warnings
Browse files Browse the repository at this point in the history
In addition, added the missing warninglimit
entry to a few doc configs.

Change-Id: I51b9d2ad66123a2a9673a3b42870662641375e6b
Reviewed-by: Timur Pocheptsov <[email protected]>
Reviewed-by: Topi Reiniö <[email protected]>
Reviewed-by: Mårten Nordheim <[email protected]>
  • Loading branch information
veshivas committed Nov 11, 2021
1 parent f6d210a commit f9e6ee6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions qmake/doc/qmake.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ depends += \
qtxmlpatterns

navigation.landingpage = "qmake Manual"

# Fail the documentation build if there are more warnings than the limit
warninglimit = 0
3 changes: 3 additions & 0 deletions src/dbus/doc/qtdbus.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions src/network/doc/src/ssl.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9e6ee6

Please sign in to comment.