diff options
author | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2021-11-10 13:31:28 +0100 |
---|---|---|
committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2021-11-11 11:34:49 +0100 |
commit | f9e6ee655f463e7175e3bf07cdac0946e8141cb3 (patch) | |
tree | e4a1c0e0f9a0b8896fa47991ee48772990e6af28 /src/network/doc | |
parent | f6d210a0d32ce9e81a160bfb893342cb0a521f54 (diff) | |
download | qtbase-f9e6ee655f463e7175e3bf07cdac0946e8141cb3.tar.gz |
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>
Diffstat (limited to 'src/network/doc')
-rw-r--r-- | src/network/doc/src/ssl.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/doc/src/ssl.qdoc b/src/network/doc/src/ssl.qdoc index d15c1e78d7..c3e56a8734 100644 --- a/src/network/doc/src/ssl.qdoc +++ b/src/network/doc/src/ssl.qdoc @@ -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 |