Mercurial > pidgin
comparison libpurple/plugin.h @ 25487:96af49d5758d
Sprinkle some @copydoc directives around to shut up some doxygen whining.
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Wed, 18 Feb 2009 04:21:07 +0000 |
| parents | 8282911d5e17 |
| children | 1b8c18ab762f 4b8c4870b13a |
comparison
equal
deleted
inserted
replaced
| 25486:eebd46227f50 | 25487:96af49d5758d |
|---|---|
| 32 #include <glib/glist.h> | 32 #include <glib/glist.h> |
| 33 #include <gmodule.h> | 33 #include <gmodule.h> |
| 34 #include "signals.h" | 34 #include "signals.h" |
| 35 #include "value.h" | 35 #include "value.h" |
| 36 | 36 |
| 37 /** @copydoc _PurplePlugin */ | |
| 37 typedef struct _PurplePlugin PurplePlugin; | 38 typedef struct _PurplePlugin PurplePlugin; |
| 39 /** @copydoc _PurplePluginInfo */ | |
| 38 typedef struct _PurplePluginInfo PurplePluginInfo; | 40 typedef struct _PurplePluginInfo PurplePluginInfo; |
| 41 /** @copydoc _PurplePluginUiInfo */ | |
| 39 typedef struct _PurplePluginUiInfo PurplePluginUiInfo; | 42 typedef struct _PurplePluginUiInfo PurplePluginUiInfo; |
| 43 /** @copydoc _PurplePluginLoaderInfo */ | |
| 40 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; | 44 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; |
| 41 | 45 |
| 46 /** @copydoc _PurplePluginAction */ | |
| 42 typedef struct _PurplePluginAction PurplePluginAction; | 47 typedef struct _PurplePluginAction PurplePluginAction; |
| 43 | 48 |
| 44 typedef int PurplePluginPriority; /**< Plugin priority. */ | 49 typedef int PurplePluginPriority; /**< Plugin priority. */ |
| 45 | 50 |
| 46 #include "pluginpref.h" | 51 #include "pluginpref.h" |
