A few more doxygen fix-ups.
authorEvan Huus <eapache@gmail.com>
Tue, 30 Apr 2013 00:55:03 +0000 (00:55 -0000)
committerEvan Huus <eapache@gmail.com>
Tue, 30 Apr 2013 00:55:03 +0000 (00:55 -0000)
svn path=/trunk/; revision=49092

epan/dissectors/packet-xmpp-utils.h
epan/epan.h
epan/proto.h

index 0748c87bd5b80e1f2f8d945db08db02c9ef3b526..23290fd36b3efcea5c0bb4e41d53b6038c30ca6b 100644 (file)
@@ -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);
 
index cec8191eb66f5a150f4fbb2f610223033819ff47..fc3f09ddc89a54127726cd3acf1d5d0cec899e18 100644 (file)
@@ -46,7 +46,6 @@ typedef struct _epan_dissect_t epan_dissect_t;
        XXX
 
        @b Sections:
-       - \ref proto_pub
 */
 /*
 Ref 1
index 31a8748fd6857990530802f650fe268ebc39f600..4478b6dbfa0cfd5b7cc6f04294ac3d7a335cd8d3 100644 (file)
@@ -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);