# HG changeset patch # User Will Thompson # Date 1205250948 0 # Node ID 40ea7360d78dcce3afacf0475ae47b44cd2ad60f # Parent 8460fd4c9b59a4c06702bbbc582540ed9fa20ff8 Make PurpleAccount's documentation actually show up; also, sprinkle some @copydocs around to make the account.h summary more useful. diff -r 8460fd4c9b59 -r 40ea7360d78d libpurple/account.h --- a/libpurple/account.h Sun Mar 09 21:42:27 2008 +0000 +++ b/libpurple/account.h Tue Mar 11 15:55:48 2008 +0000 @@ -31,7 +31,9 @@ #include #include +/** @copydoc _PurpleAccountUiOps */ typedef struct _PurpleAccountUiOps PurpleAccountUiOps; +/** @copydoc _PurpleAccount */ typedef struct _PurpleAccount PurpleAccount; typedef gboolean (*PurpleFilterAccountFunc)(PurpleAccount *account); @@ -105,6 +107,8 @@ void (*_purple_reserved4)(void); }; +/** Structure representing an account. + */ struct _PurpleAccount { char *username; /**< The username. */