From c0c0b10f960f7e2012334e4ad2354039f631b580 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Tue, 30 Apr 2013 00:55:03 +0000 Subject: A few more doxygen fix-ups. svn path=/trunk/; revision=49092 --- epan/dissectors/packet-xmpp-utils.h | 2 ++ epan/epan.h | 1 - epan/proto.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/epan/dissectors/packet-xmpp-utils.h b/epan/dissectors/packet-xmpp-utils.h index 0748c87bd5..23290fd36b 100644 --- a/epan/dissectors/packet-xmpp-utils.h +++ b/epan/dissectors/packet-xmpp-utils.h @@ -244,11 +244,13 @@ extern void xmpp_display_attrs(proto_tree *tree, xmpp_element_t *element, packet * that contains XMPP_ATTR_INFO struct and string with namespace. It is used when packet * contains several namespaces and each attribute belongs to particular namespace. * E.g. + * @code * * + * @endcode */ extern void xmpp_display_attrs_ext(proto_tree *tree, xmpp_element_t *element, packet_info *pinfo, tvbuff_t *tvb, xmpp_attr_info_ext *attrs, guint n); diff --git a/epan/epan.h b/epan/epan.h index cec8191eb6..fc3f09ddc8 100644 --- a/epan/epan.h +++ b/epan/epan.h @@ -46,7 +46,6 @@ typedef struct _epan_dissect_t epan_dissect_t; XXX @b Sections: - - \ref proto_pub */ /* Ref 1 diff --git a/epan/proto.h b/epan/proto.h index 31a8748fd6..4478b6dbfa 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -2003,7 +2003,7 @@ proto_tree_add_split_bits_item_ret_val(proto_tree *tree, const int hf_index, tvb @param tvb the tv buffer of the current data @param bit_offset of the first crumb in tvb expressed in bits @param crumb_spec pointer to crumb_spec array - @param index into the crumb_spec array for this crumb */ + @param crumb_index into the crumb_spec array for this crumb */ void proto_tree_add_split_bits_crumb(proto_tree *tree, const int hf_index, tvbuff_t *tvb, const guint bit_offset, const crumb_spec_t *crumb_spec, guint16 crumb_index); -- cgit v1.2.3