--- a/libpurple/stun.h Wed Jan 29 10:10:12 2014 +0530 +++ b/libpurple/stun.h Wed Jan 29 10:49:02 2014 +0530 @@ -66,11 +66,11 @@ * is already done. Otherwise the callback is called when the discovery is over * and NULL is returned. * - * @cb: The callback to call when the STUN discovery is finished if the + * @param cb The callback to call when the STUN discovery is finished if the * discovery would block. If the discovery is done, this is NOT * called. * - * Returns: a PurpleStunNatDiscovery which includes the public IP and the type + * @return a PurpleStunNatDiscovery which includes the public IP and the type * of NAT or NULL is discovery would block */ PurpleStunNatDiscovery *purple_stun_discover(StunCallback cb);