# HG changeset patch # User Mark Doliner # Date 1101099537 0 # Node ID 84cf3fc8a2cb6d9916d8c3f740d1eb99e491749a # Parent e76416d46af8cbbd9baa503d57a3951f7d51a1c7 [gaim-migrate @ 11366] Doxygen updates from Andrew Hart. Thanks mang! committer: Tailor Script diff -r e76416d46af8 -r 84cf3fc8a2cb src/cmds.h --- 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 */ +/**************************************************************************/ /*@{*/ /** diff -r e76416d46af8 -r 84cf3fc8a2cb src/log.h --- 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