diff libpurple/prpl.h @ 32637: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 c6943fd38d44
children 02a2e8183b1d
line wrap: on
line diff
--- a/libpurple/prpl.h	Sun Sep 18 20:20:02 2011 +0000
+++ b/libpurple/prpl.h	Sun Sep 18 20:46:06 2011 +0000
@@ -31,7 +31,10 @@
 #define _PURPLE_PRPL_H_
 
 typedef struct _PurplePluginProtocolInfo PurplePluginProtocolInfo;
-/** @copydoc _PurpleAttentionType */
+
+/** Represents "nudges" and "buzzes" that you may send to a buddy to attract
+ *  their attention (or vice-versa).
+ */
 typedef struct _PurpleAttentionType PurpleAttentionType;
 
 /**************************************************************************/