changeset 22443:40ea7360d78d

Make PurpleAccount's documentation actually show up; also, sprinkle some @copydocs around to make the account.h summary more useful.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 11 Mar 2008 15:55:48 +0000
parents 8460fd4c9b59
children 6cfb6e26787f
files libpurple/account.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <glib.h>
 #include <glib-object.h>
 
+/** @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.                          */