summaryrefslogtreecommitdiffstats
path: root/src/network/kernel
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-01-02 10:58:17 +0100
committerMartin Smith <martin.smith@qt.io>2017-01-04 21:44:31 +0000
commitd78cddc71935056e01e63466d220623468c2260c (patch)
treea62a3c8548445c3338ebb3706d22469270895e1b /src/network/kernel
parentb1dc0841fe6758ce52f052a1ab511ba3da9b531e (diff)
doc: removed illegal qdoc comments
Removed qdoc comment marker from two comments for static function defined in the cpp file. Tbey are not known globally. Change-Id: I485fa06142879b6c732b6865d264395deafade33 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/network/kernel')
-rw-r--r--src/network/kernel/qdnslookup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/kernel/qdnslookup.cpp b/src/network/kernel/qdnslookup.cpp
index 02df00a590..6203ba37b3 100644
--- a/src/network/kernel/qdnslookup.cpp
+++ b/src/network/kernel/qdnslookup.cpp
@@ -58,7 +58,7 @@ static bool qt_qdnsmailexchangerecord_less_than(const QDnsMailExchangeRecord &r1
return r1.preference() < r2.preference();
}
-/*!
+/*
Sorts a list of QDnsMailExchangeRecord objects according to RFC 5321.
*/
@@ -100,7 +100,7 @@ static bool qt_qdnsservicerecord_less_than(const QDnsServiceRecord &r1, const QD
&& r1.weight() == 0 && r2.weight() > 0);
}
-/*!
+/*
Sorts a list of QDnsServiceRecord objects according to RFC 2782.
*/