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:
parent
b1dc0841fe
commit
d78cddc719
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user