diff src/log.h @ 10231:84cf3fc8a2cb

[gaim-migrate @ 11366] Doxygen updates from Andrew Hart. Thanks mang! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 22 Nov 2004 04:58:57 +0000
parents 829a569993e0
children 64bc206c7473
line wrap: on
line diff
--- a/src/log.h	Mon Nov 22 04:52:22 2004 +0000
+++ b/src/log.h	Mon Nov 22 04:58:57 2004 +0000
@@ -79,7 +79,7 @@
 	/** Given one of the logs returned by the logger's list function,
 	 * this returns the contents of the log in GtkIMHtml markup */
 	char *(*read)(GaimLog *log, GaimLogReadFlags *flags);
-	
+
 	/** Given one of the logs returned by the logger's list function,
 	 * this returns the size of the log in bytes */
 	int (*size)(GaimLog *log);
@@ -112,9 +112,10 @@
 extern "C" {
 #endif
 
-	/***************************************
-	 ** LOG FUNCTIONS **********************
-	 ***************************************/
+	/***************************************/
+	/** @name Log Functions                */
+	/***************************************/
+	/*@{*/
 
 	/**
 	 * Creates a new log
@@ -206,10 +207,12 @@
 	 * @return					A value as specified by GCompareFunc
 	 */
 	 gint gaim_log_compare(gconstpointer y, gconstpointer z);
+	/*@}*/
 
-	/******************************************
-	 ** LOGGER FUNCTIONS **********************
-	 ******************************************/
+	/******************************************/
+	/** @name Logger Functions                */
+	/******************************************/
+	/*@{*/
 
 	/**
 	 * Creates a new logger
@@ -277,7 +280,7 @@
 	GList *gaim_log_logger_get_options(void);
 
 	void gaim_log_init(void);
-/*@}*/
+	/*@}*/
 
 
 #ifdef __cplusplus