im.pidgin.pidgin: 462119cd623b8d4698f21ead9cafdba681715073

rlaager at pidgin.im rlaager at pidgin.im
Sun Oct 14 15:56:02 EDT 2007


-----------------------------------------------------------------
Revision: 462119cd623b8d4698f21ead9cafdba681715073
Ancestor: 67fc927bad4b2d97e91470f150246b76fc234721
Author: rlaager at pidgin.im
Date: 2007-10-14T19:52:12
Branch: im.pidgin.pidgin

Modified files:
        libpurple/certificate.h

ChangeLog: 

s/@TODO/@todo/ for Doxygen.

-------------- next part --------------
============================================================
--- libpurple/certificate.h	aeafe8bc490ac06335ed119691b6b2aaa2d49513
+++ libpurple/certificate.h	0f269f14062f20712c94e4b44a4bdb0cb4c9e101
@@ -435,7 +435,7 @@ purple_certificate_destroy_list (GList *
  *
  * @return 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);
@@ -450,7 +450,7 @@ purple_certificate_signed_by(PurpleCerti
  * @param chain      List of PurpleCertificate instances comprising the chain,
  *                   in the order certificate, issuer, issuer's issuer, etc.
  * @return TRUE if the chain is valid. See description.
- * @TODO Specify which certificate in the chain caused a failure
+ * @todo Specify which certificate in the chain caused a failure
  */
 gboolean
 purple_certificate_check_signature_chain(GList *chain);
@@ -781,7 +781,7 @@ purple_certificate_unregister_pool(Purpl
  * Displays a window showing X.509 certificate information
  *
  * @param crt    Certificate under an "x509" Scheme
- * @TODO Will break on CA certs, as they have no Common Name
+ * @todo Will break on CA certs, as they have no Common Name
  */
 void
 purple_certificate_display_x509(PurpleCertificate *crt);


More information about the Commits mailing list