summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-03-05 14:02:39 -0800
committerSam Roberts <vieuxtech@gmail.com>2012-03-05 14:02:39 -0800
commitf801af4684c96624aba2e1f24622031351ed404b (patch)
tree5c1d374300be5607b266f93588477cb28f114618
parentfc294dc8eee36092fe2ab2b90fa3e53ab882a834 (diff)
downloadlibnet-f801af4684c96624aba2e1f24622031351ed404b.tar.gz
Fix doc comment format errors reported by doxygen.
-rw-r--r--libnet/include/libnet/libnet-functions.h13
1 files 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