summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2018-01-19 12:16:07 +0100
committerMartin Smith <martin.smith@qt.io>2018-01-20 13:54:22 +0000
commit99dc25c686529ea71071e868de1e8fd3c71f8184 (patch)
tree2a8a4d36df459754b1ac752a627607a3cd56c3e1 /src/network
parent046622cdf3b6f856f67ab314c7758aca4dcf5494 (diff)
doc: Fix all remaining non-link qdoc warnings
The fixes included adding missing '!' characters to qdoc comment markers, correct misspelled words, adding documentation for an anonymous enum type, and replacing Q_QDOC with Q_CLANG_QDOC. There remain 12 qdoc link warnings in QtBase. Change-Id: I00447722e6e029f5aed273b3cd571cef33c119b4 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/network')
-rw-r--r--src/network/kernel/qnetworkinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qnetworkinterface.cpp b/src/network/kernel/qnetworkinterface.cpp
index 3fb0dc80ee..cab008d2ef 100644
--- a/src/network/kernel/qnetworkinterface.cpp
+++ b/src/network/kernel/qnetworkinterface.cpp
@@ -593,7 +593,7 @@ bool QNetworkAddressEntry::isPermanent() const
\value Ethernet IEEE 802.3 Ethernet interfaces, though on many
systems other types of IEEE 802 interfaces may also
be detected as Ethernet (especially Wi-Fi).
- \value WiFi IEEE 802.11 Wi-Fi interfaces. Note that on some
+ \value Wifi IEEE 802.11 Wi-Fi interfaces. Note that on some
systems, QNetworkInterface may be unable to
distinguish regular Ethernet from Wi-Fi and will
not return this enum value.