libpurple/certificate.h

branch
soc.2013.gobjectification.plugins
changeset 37075
cf3f735b09b7
parent 37074
1e7b4b3741a0
parent 35473
b5427137c6d0
child 37088
4d5ad6b1878e
--- 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                                                 */
 /*****************************************************************************/
 /*@{*/
 

mercurial