aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-30 00:55:03 +0000
committerEvan Huus <eapache@gmail.com>2013-04-30 00:55:03 +0000
commitc0c0b10f960f7e2012334e4ad2354039f631b580 (patch)
treef1c5dc5f50cdf2f2e3d5056748a6ea25d51c5cb8
parent9120bf883e8c093f1298c20d65fc1560d9162ce3 (diff)
A few more doxygen fix-ups.
svn path=/trunk/; revision=49092
-rw-r--r--epan/dissectors/packet-xmpp-utils.h2
-rw-r--r--epan/epan.h1
-rw-r--r--epan/proto.h2
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
* <auth xmlns='urn:ietf:params:xml:ns:xmpp-sasl'
* mechanism='PLAIN'
* xmlns:ga='http://www.google.com/talk/protocol/auth'
* ga:client-uses-full-bind-result='true'>
* </auth>
+ * @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);