From f801af4684c96624aba2e1f24622031351ed404b Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 5 Mar 2012 14:02:39 -0800 Subject: Fix doc comment format errors reported by doxygen. --- libnet/include/libnet/libnet-functions.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libnet/include/libnet/libnet-functions.h b/libnet/include/libnet/libnet-functions.h index 4d9c057..eccc35d 100644 --- a/libnet/include/libnet/libnet-functions.h +++ b/libnet/include/libnet/libnet-functions.h @@ -782,6 +782,7 @@ const uint8_t* payload, uint32_t payload_s, libnet_t *l, libnet_ptag_t ptag); * echo or echo reply header. * @param type type of ICMP packet (should be ICMP6_ECHO_REQUEST or ICMP6_ECHO_REPLY) * @param code code of ICMP packet (should be zero) + * @param sum checksum (0 for libnet to autofill) * @param id echo id number * @param seq echo sequence number * @param payload optional payload or NULL @@ -1544,9 +1545,9 @@ libnet_ptag_t ptag); * @param yip * @param sip * @param gip - * @param chaddr, client hardware address, length is hlen - * @param sname, server host name, a null terminated string - * @param file, boot file name, a null terminated string + * @param chaddr client hardware address, length is hlen + * @param sname server host name, a null terminated string + * @param file boot file name, a null terminated string * @param payload optional payload or NULL * @param payload_s payload length or 0 * @param l pointer to a libnet context @@ -1572,9 +1573,9 @@ libnet_t *l, libnet_ptag_t ptag); * @param yip * @param sip * @param gip - * @param chaddr, client hardware address, length is hlen - * @param sname, server host name, a null terminated string - * @param file, boot file name, a null terminated string + * @param chaddr client hardware address, length is hlen + * @param sname server host name, a null terminated string + * @param file boot file name, a null terminated string * @param payload optional payload or NULL * @param payload_s payload length or 0 * @param l pointer to a libnet context -- cgit v1.2.1