Mercurial > pidgin
diff libpurple/certificate.h @ 18945:fa42d8fa7873
- Documentation segmentation
| author | William Ehlhardt <williamehlhardt@gmail.com> |
|---|---|
| date | Sat, 23 Jun 2007 19:28:57 +0000 |
| parents | 02102eccc4be |
| children | 617447a71ab7 |
line wrap: on
line diff
--- a/libpurple/certificate.h Sat Jun 23 19:24:16 2007 +0000 +++ b/libpurple/certificate.h Sat Jun 23 19:28:57 2007 +0000 @@ -229,6 +229,11 @@ gpointer cb_data; }; +/*****************************************************************************/ +/** @name PurpleCertificate API */ +/*****************************************************************************/ +/*@{*/ + /** * Constructs a verification request and passed control to the specified Verifier * @@ -257,6 +262,8 @@ PurpleCertificateVerifiedCallback cb, gpointer cb_data); +/*@}*/ + /*****************************************************************************/ /** @name PurpleCertificate Subsystem API */ /*****************************************************************************/
