--- 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".