--- a/libpurple/certificate.h Thu Feb 06 16:53:42 2014 +0530 +++ b/libpurple/certificate.h Thu Feb 06 20:02:57 2014 +0530 @@ -358,7 +358,7 @@ G_BEGIN_DECLS /*****************************************************************************/ -/** @name Certificate Verification Functions */ +/* Certificate Verification Functions */ /*****************************************************************************/ /*@{*/ @@ -404,7 +404,7 @@ /*@}*/ /*****************************************************************************/ -/** @name Certificate Functions */ +/* Certificate Functions */ /*****************************************************************************/ /*@{*/ @@ -464,8 +464,8 @@ * * Returns: TRUE if 'crt' has a valid signature made by 'issuer', * otherwise FALSE - * @todo Find a way to give the reason (bad signature, not the issuer, etc.) */ +/* TODO Find a way to give the reason (bad signature, not the issuer, etc.) */ gboolean purple_certificate_signed_by(PurpleCertificate *crt, PurpleCertificate *issuer); @@ -630,7 +630,7 @@ /*@}*/ /*****************************************************************************/ -/** @name Certificate Pool Functions */ +/* Certificate Pool Functions */ /*****************************************************************************/ /*@{*/ @@ -760,7 +760,7 @@ /*@}*/ /*****************************************************************************/ -/** @name Certificate Subsystem API */ +/* Certificate Subsystem API */ /*****************************************************************************/ /*@{*/