diff -r cc123f0d84af -r 00f876b129bc libpurple/nat-pmp.h --- a/libpurple/nat-pmp.h Fri Jan 31 17:56:27 2014 +0530 +++ b/libpurple/nat-pmp.h Fri Jan 31 18:14:33 2014 +0530 @@ -56,13 +56,13 @@ /** * Remove the NAT-PMP mapping for a specified type on a specified port * - * @param type The PurplePmpType - * @param privateport The private port on which we are listening locally - * @param publicport The public port on which we are expecting a response - * @param lifetime The lifetime of the mapping. It is recommended that this + * @type: The PurplePmpType + * @privateport: The private port on which we are listening locally + * @publicport: The public port on which we are expecting a response + * @lifetime: The lifetime of the mapping. It is recommended that this * be PURPLE_PMP_LIFETIME. * - * @returns TRUE if successful; FALSE if unsuccessful + * Returns:s TRUE if successful; FALSE if unsuccessful */ gboolean purple_pmp_create_map(PurplePmpType type, unsigned short privateport, unsigned short publicport, int lifetime); @@ -70,10 +70,10 @@ /** * Remove the NAT-PMP mapping for a specified type on a specified port * - * @param type The PurplePmpType - * @param privateport The private port on which the mapping was previously made + * @type: The PurplePmpType + * @privateport: The private port on which the mapping was previously made * - * @returns TRUE if successful; FALSE if unsuccessful + * Returns:s TRUE if successful; FALSE if unsuccessful */ gboolean purple_pmp_destroy_map(PurplePmpType type, unsigned short privateport);