changeset 18945:fa42d8fa7873

- Documentation segmentation
author William Ehlhardt <williamehlhardt@gmail.com>
date Sat, 23 Jun 2007 19:28:57 +0000
parents 3a71a46d171c
children 617447a71ab7
files libpurple/certificate.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
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                                    */
 /*****************************************************************************/