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>
This commit is contained in:
Martin Smith 2017-01-02 10:58:17 +01:00
parent b1dc0841fe
commit d78cddc719

View File

@ -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.
*/