changeset 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 e76416d46af8
children 292acc5ccf84
files src/cmds.h src/log.h
diffstat 2 files changed, 17 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/src/cmds.h	Mon Nov 22 04:52:22 2004 +0000
+++ b/src/cmds.h	Mon Nov 22 04:58:57 2004 +0000
@@ -24,9 +24,9 @@
 
 #include "conversation.h"
 
-/**************************************************************************
- * @name Structures
- **************************************************************************/
+/**************************************************************************/
+/** @name Structures                                                      */
+/**************************************************************************/
 /*@{*/
 
 typedef enum _GaimCmdPriority GaimCmdPriority;
@@ -80,9 +80,9 @@
 extern "C" {
 #endif
 
-/**************************************************************************
- * @name Commands API
- **************************************************************************/
+/**************************************************************************/
+/** @name Commands API                                                    */
+/**************************************************************************/
 /*@{*/
 
 /**
--- 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