diff -r baf45dc13ffd -r 1e7b4b3741a0 libpurple/xmlnode.h --- a/libpurple/xmlnode.h Thu Feb 06 03:17:59 2014 +0530 +++ b/libpurple/xmlnode.h Thu Feb 06 16:53:42 2014 +0530 @@ -280,11 +280,11 @@ * own namespace. * * For example, given: - * \verbatim - * - * - * - * \endverbatim + * + * <iq type='get' xmlns='jabber:client' xmlns:ns1='http://example.org/ns1'> + * <ns1:element><child1/></ns1:element> + * </iq> + * * * The default namespace of all nodes (including 'child1') is "jabber:client", * though the namespace for 'element' is "http://example.org/ns1".