Mercurial > pidgin
view libpurple/purple-client.h @ 20904:73bb2ab128a4
Exclude the dbus client binding headers from processing by doxygen, which stops
every enum element showing up twice, with one copy being a link to a
non-existant page. Also limit the depth of graphs generated with dot, to avoid
the PurplePluginProtocolInfo struct's diagram being several thousand pixels
square, describing irrelevant structs five edges away.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 12 Oct 2007 17:00:13 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif