aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipv6-utils.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-29 10:47:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-29 10:47:38 +0000
commita009cc060501c8ce8ad679d58dfe32723f897154 (patch)
treec315186d4c4499f605ed007825dac7e29e031cf4 /epan/ipv6-utils.h
parent2f6dd574b7cb422e3862197416b80b3dbed0d06c (diff)
Doxygen changes.
svn path=/trunk/; revision=33990
Diffstat (limited to 'epan/ipv6-utils.h')
-rw-r--r--epan/ipv6-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipv6-utils.h b/epan/ipv6-utils.h
index b1d300d9a7..741755aff1 100644
--- a/epan/ipv6-utils.h
+++ b/epan/ipv6-utils.h
@@ -29,7 +29,7 @@
#define __IPV6_UTILS_H__
struct e_in6_addr {
- guint8 bytes[16]; /** 128 bit IP6 address */
+ guint8 bytes[16]; /**< 128 bit IP6 address */
};
/**