summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-06 14:44:33 -0800
committerSam Roberts <vieuxtech@gmail.com>2009-03-06 14:44:33 -0800
commit702e134f09d95cd486bff85f2ae749569ba7befb (patch)
tree684c516df875c44a53b4ce0641d473cab7a6bd83
parent0f90ca88f3bd5d04e89601930bfc8f442c51f2b5 (diff)
downloadlibnet-702e134f09d95cd486bff85f2ae749569ba7befb.tar.gz
802.1Q and 802.1X header documentation was incorrectly using /**
/** is reserved for doxygen documentation comments, and they didn't have any. That those packet headers, and no others, were marked that way was causing man pages to be generated for them, incomplete man pages that then were being hacked by debian patches 02- and 03-.
-rw-r--r--libnet/include/libnet/libnet-headers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnet/include/libnet/libnet-headers.h b/libnet/include/libnet/libnet-headers.h
index 2d44e08..fa114bf 100644
--- a/libnet/include/libnet/libnet-headers.h
+++ b/libnet/include/libnet/libnet-headers.h
@@ -106,7 +106,7 @@
#define LIBNET_UDP_H 0x08 /**< UDP header: 8 bytes */
#define LIBNET_VRRP_H 0x08 /**< VRRP header: 8 bytes */
-/**
+/*
* IEEE 802.1Q (Virtual Local Area Network) VLAN header, static header
* size: 18 bytes
*/
@@ -122,7 +122,7 @@ struct libnet_802_1q_hdr
u_int16_t vlan_len; /**< length or type (802.3 / Eth 2) */
};
-/**
+/*
* IEEE 802.1X EAP (Extensible Authentication Protocol) header, static header
* size: 4 bytes
*/