# HG changeset patch # User Etan Reisner # Date 1234930867 0 # Node ID 96af49d5758ddbf9273f647cc292b5c83a4fd55e # Parent eebd46227f50f1fab3e4e1f58230627bb200fe0d Sprinkle some @copydoc directives around to shut up some doxygen whining. diff -r eebd46227f50 -r 96af49d5758d libpurple/plugin.h --- a/libpurple/plugin.h Wed Feb 18 03:39:47 2009 +0000 +++ b/libpurple/plugin.h Wed Feb 18 04:21:07 2009 +0000 @@ -34,11 +34,16 @@ #include "signals.h" #include "value.h" +/** @copydoc _PurplePlugin */ typedef struct _PurplePlugin PurplePlugin; +/** @copydoc _PurplePluginInfo */ typedef struct _PurplePluginInfo PurplePluginInfo; +/** @copydoc _PurplePluginUiInfo */ typedef struct _PurplePluginUiInfo PurplePluginUiInfo; +/** @copydoc _PurplePluginLoaderInfo */ typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; +/** @copydoc _PurplePluginAction */ typedef struct _PurplePluginAction PurplePluginAction; typedef int PurplePluginPriority; /**< Plugin priority. */ diff -r eebd46227f50 -r 96af49d5758d libpurple/sslconn.h --- a/libpurple/sslconn.h Wed Feb 18 03:39:47 2009 +0000 +++ b/libpurple/sslconn.h Wed Feb 18 04:21:07 2009 +0000 @@ -39,6 +39,7 @@ #define PURPLE_SSL_DEFAULT_PORT 443 +/** @copydoc _PurpleSslConnection */ typedef struct _PurpleSslConnection PurpleSslConnection; typedef void (*PurpleSslInputFunction)(gpointer, PurpleSslConnection *, diff -r eebd46227f50 -r 96af49d5758d pidgin/gtkblist.h --- a/pidgin/gtkblist.h Wed Feb 18 03:39:47 2009 +0000 +++ b/pidgin/gtkblist.h Wed Feb 18 04:21:07 2009 +0000 @@ -27,6 +27,7 @@ #ifndef _PIDGINBLIST_H_ #define _PIDGINBLIST_H_ +/** @copydoc _PidginBuddyList */ typedef struct _PidginBuddyList PidginBuddyList; enum {