# HG changeset patch # User Richard Laager # Date 1192391558 0 # Node ID ed40911613a0c20b34fcb94b63e5c0c3c925efa2 # Parent 3d704e6bd08a054e1d273da6893b8402c54236ac Try my hardest to get rid of some Doxygen warnings. One is left and I don't know why. diff -r 3d704e6bd08a -r ed40911613a0 libpurple/prpl.h --- 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);