Mercurial > pidgin
diff libpurple/xmlnode.h @ 32176:5aa171c8776b
Fix a bunch of tiny problems generating our doxygen documentation
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 18 Sep 2011 20:46:06 +0000 |
| parents | 8d3b5853b017 |
| children | 98520ee78f12 |
line wrap: on
line diff
--- 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".
