libpurple/xmlnode.h

changeset 32554
0d844fac6679
parent 32322
5c1dd6d9d57f
child 32787
7072f190d6ad
child 34023
6bc30809f7fe
--- a/libpurple/xmlnode.h	Sun Sep 18 20:20:02 2011 +0000
+++ b/libpurple/xmlnode.h	Sun Sep 18 20:46:06 2011 +0000
@@ -230,9 +230,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
  *
  * The default namespace of all nodes (including 'child1') is "jabber:client",
  * though the namespace for 'element' is "http://example.org/ns1".

mercurial