# HG changeset patch # User Christian Hammond # Date 1068193594 0 # Node ID 702fbd2460d701d7c48c0b4be54d6c587393ccb6 # Parent 3a5f89ba0da5c477ce23348d04b5774285848351 [gaim-migrate @ 8069] Stop Doxygen from complaining about missing stuff in the logging documentation comments. committer: Tailor Script diff -r 3a5f89ba0da5 -r 702fbd2460d7 src/log.h --- a/src/log.h Fri Nov 07 06:40:07 2003 +0000 +++ b/src/log.h Fri Nov 07 08:26:34 2003 +0000 @@ -142,8 +142,10 @@ /** * Reads from a log * - * @param log The log to read from - * @return The contents of this log in Gaim Markup. + * @param log The log to read from + * @param flags The returned logging flags. + * + * @return The contents of this log in Gaim Markup. */ char *gaim_log_read(GaimLog *log, GaimLogReadFlags *flags); @@ -164,9 +166,13 @@ /** * Creates a new logger * - * @param new The logger's new function - * @param write The logger's write function - * @return The new logger + * @param create The logger's new function. + * @param write The logger's write function. + * @param finalize The logger's finalize function. + * @param list The logger's list function. + * @param read The logger's read function. + * + * @return The new logger */ GaimLogLogger *gaim_log_logger_new(void(*create)(GaimLog *), void(*write)(GaimLog *, GaimMessageFlags,