soc.2009.telepathy: 6d6c740a: Added # to some doxygen comments.

sttwister at gmail.com sttwister at gmail.com
Mon Dec 21 19:05:45 EST 2009


-----------------------------------------------------------------
Revision: 6d6c740a338f994a1cbda3b805b856fd557e0fb7
Ancestor: 45d8e9eea97116e6af7ef14e42b330db396592d7
Author: sttwister at gmail.com
Date: 2009-12-21T23:05:35
Branch: im.pidgin.soc.2009.telepathy
URL: http://d.pidgin.im/viewmtn/revision/info/6d6c740a338f994a1cbda3b805b856fd557e0fb7

Modified files:
        libpurple/protocols/telepathy/telepathy_account.c

ChangeLog: 

Added # to some doxygen comments.

-------------- next part --------------
============================================================
--- libpurple/protocols/telepathy/telepathy_account.c	b666bea137d7bfe0ca0c6bc1ff67f8a1566a5af9
+++ libpurple/protocols/telepathy/telepathy_account.c	2b63ae6bb045f7ea8a2c5b60eef627b3cdfcf3e8
@@ -303,7 +303,7 @@ set_account_parameters (PurpleAccount *a
  * @param proxy          The object owning the properties (must be a TpAccount).
  * @param out_Properties A hashtable mapping property names to values.
  * @param error          Points to a GError in case of failure, NULL otherwise.
- * @param user_data      Points to a PrplTpAccount struct associated with the
+ * @param user_data      Points to a #PrplTpAccount struct associated with the
  *                       account.
  */
 static void
@@ -482,7 +482,7 @@ purple_account_destroying_cb (PurpleAcco
  * Callback for the AccountRemoved DBus method.
  *
  * @param proxy     The accounts' proxy object.
- * @param user_data Points to a PrplTpAccount struct associated with the removed account.
+ * @param user_data Points to a #PrplTpAccount struct associated with the removed account.
  */
 static void
 account_removed_cb (TpAccount *proxy,
@@ -505,7 +505,7 @@ account_removed_cb (TpAccount *proxy,
  *
  * @param out_Properties A hash table mapping property names to values.
  * @param error          Points to a GError in case of failure, NULL otherwise.
- * @param user_data      Points to a PrplTpAccount struct associated with the account.
+ * @param user_data      Points to a #PrplTpAccount struct associated with the account.
  */
 static void
 account_get_all_cb (TpProxy *proxy,
@@ -536,7 +536,7 @@ account_get_all_cb (TpProxy *proxy,
  *
  * @param proxy          The proxy object for the account.
  * @param arg_Properties A hash table mapping property names to values.
- * @param user_data      A PrplTpAccount struct associated with the account.
+ * @param user_data      A #PrplTpAccount struct associated with the account.
  */
 static void
 account_property_changed_cb (TpAccount *proxy,
@@ -572,7 +572,7 @@ account_property_changed_cb (TpAccount *
  * @param proxy       The account manager proxy object.
  * @param out_Account The resulting account's object path.
  * @param error       Points to a GError in case of failure, NULL otherwise.
- * @param user_data   Points to a PrplTpAccount struct associated with the account.
+ * @param user_data   Points to a #PrplTpAccount struct associated with the account.
  */
 static void
 create_account_cb (TpAccountManager *proxy,


More information about the Commits mailing list