From d78cddc71935056e01e63466d220623468c2260c Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Mon, 2 Jan 2017 10:58:17 +0100 Subject: 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 --- src/network/kernel/qdnslookup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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. */ -- cgit v1.2.3