comparison src/log.h @ 11035:11e465b55fe6

[gaim-migrate @ 12922] A host of doxygen tweaks. There's a few more left, not sure how to fix them at the moment... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 28 Jun 2005 20:36:20 +0000
parents 8d2007d738d5
children 3924db2b1ca8
comparison
equal deleted inserted replaced
11034:ba506d2e6a8e 11035:11e465b55fe6
54 * A log logger. 54 * A log logger.
55 * 55 *
56 * This struct gets filled out and is included in the GaimLog. It contains everything 56 * This struct gets filled out and is included in the GaimLog. It contains everything
57 * needed to write and read from logs. 57 * needed to write and read from logs.
58 */ 58 */
59 /*@{*/
60 struct _GaimLogLogger { 59 struct _GaimLogLogger {
61 char *name; /**< The logger's name */ 60 char *name; /**< The logger's name */
62 char *id; /**< an identifier to refer to this logger */ 61 char *id; /**< an identifier to refer to this logger */
63 62
64 /** This gets called when the log is first created. 63 /** This gets called when the log is first created.