--- 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> + * <iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'> + * <ns1:element><child1/></ns1:element> + * </iq> + * </programlisting> * * The default namespace of all nodes (including 'child1') is "jabber:client", * though the namespace for 'element' is "http://example.org/ns1".