diff libpurple/prpl.h @ 20928:ed40911613a0

Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 19:52:38 +0000
parents 3375d44ccad7
children 42ecde230f91
line wrap: on
line diff
--- a/libpurple/prpl.h	Sun Oct 14 19:52:12 2007 +0000
+++ b/libpurple/prpl.h	Sun Oct 14 19:52:38 2007 +0000
@@ -297,12 +297,13 @@
 	/** new user registration */
 	void (*register_user)(PurpleAccount *);
 
-	/** Deprecated and vestigal; use #get_cb_real_name and #get_info
-	 *  instead.
+	/**
+	 * @deprecated Use #PurplePluginProtocolInfo.get_info instead.
 	 */
 	void (*get_cb_info)(PurpleConnection *, int, const char *who);
-	/** Also deprecated and vestigal; use #get_cb_real_name and
-	 *  #status_text instead.
+	/**
+	 * @deprecated Use #PurplePluginProtocolInfo.get_cb_real_name and
+	 *             #PurplePluginProtocolInfo.status_text instead.
 	 */
 	void (*get_cb_away)(PurpleConnection *, int, const char *who);