mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +00:00
improve comments
This commit is contained in:
parent
078d49b633
commit
884384ec4c
@ -191,7 +191,12 @@ dns_rdataset_totext(dns_rdataset_t *rdataset,
|
||||
* Notes:
|
||||
* The rdata cursor position will be changed.
|
||||
*
|
||||
* XXX Supply Requires and Ensures XXX
|
||||
* Requires:
|
||||
* 'rdataset' is a valid rdataset.
|
||||
*
|
||||
* 'rdataset' is not empty.
|
||||
*
|
||||
* XXX Supply more Requires and Ensures XXX
|
||||
*/
|
||||
|
||||
dns_result_t
|
||||
@ -206,6 +211,11 @@ dns_rdataset_towire(dns_rdataset_t *rdataset,
|
||||
* Notes:
|
||||
* The rdata cursor position will be changed.
|
||||
*
|
||||
* Requires:
|
||||
* 'rdataset' is a valid rdataset.
|
||||
*
|
||||
* 'rdataset' is not empty.
|
||||
*
|
||||
* XXX Supply Requires and Ensures XXX
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user