libpurple/xmlnode.h

branch
gtkdoc-conversion
changeset 35468
65e7b4566de4
parent 35466
e259e75f1c6f
child 35487
494f09f7f331
child 37074
1e7b4b3741a0
--- a/libpurple/xmlnode.h	Thu Feb 06 16:19:47 2014 +0530
+++ b/libpurple/xmlnode.h	Thu Feb 06 16:46:43 2014 +0530
@@ -280,11 +280,11 @@
  * own namespace.
  *
  * For example, given:
- * \verbatim
- * <iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'>
- *     <ns1:element><child1/></ns1:element>
- * </iq>
- * \endverbatim
+ * <programlisting>
+ * &lt;iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'&gt;
+ *     &lt;ns1:element&gt;&lt;child1/&gt;&lt;/ns1:element&gt;
+ * &lt;/iq&gt;
+ * </programlisting>
  *
  * The default namespace of all nodes (including 'child1') is "jabber:client",
  * though the namespace for 'element' is "http://example.org/ns1".

mercurial