2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1851. [doc] Doxygen comment markup. [RT #11398]

This commit is contained in:
Rob Austein
2005-04-27 04:57:32 +00:00
parent b37b169ded
commit ab023a6556
710 changed files with 12448 additions and 10089 deletions

View File

@@ -15,7 +15,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: message.c,v 1.225 2005/03/16 00:55:17 marka Exp $ */
/* $Id: message.c,v 1.226 2005/04/27 04:56:48 sra Exp $ */
/*! \file */
/***
*** Imports
@@ -63,7 +65,7 @@
#define VALID_PSEUDOSECTION(s) (((s) >= DNS_PSEUDOSECTION_ANY) \
&& ((s) < DNS_PSEUDOSECTION_MAX))
/*
/*%
* This is the size of each individual scratchpad buffer, and the numbers
* of various block allocations used within the server.
* XXXMLG These should come from a config setting.
@@ -75,7 +77,7 @@
#define RDATALIST_COUNT 8
#define RDATASET_COUNT RDATALIST_COUNT
/*
/*%
* Text representation of the different items, for message_totext
* functions.
*/
@@ -133,7 +135,7 @@ static const char *rcodetext[] = {
};
/*
/*%
* "helper" type, which consists of a block of some type, and is linkable.
* For it to work, sizeof(dns_msgblock_t) must be a multiple of the pointer
* size, or the allocated elements will not be alligned correctly.
@@ -1417,7 +1419,7 @@ getsection(isc_buffer_t *source, dns_message_t *msg, dns_decompress_t *dctx,
/*
* Minimize TTLs.
*
* Section 5.2 of RFC 2181 says we should drop
* Section 5.2 of RFC2181 says we should drop
* nonauthoritative rrsets where the TTLs differ, but we
* currently treat them the as if they were authoritative and
* minimize them.