Mercurial > pidgin
changeset 7456:702fbd2460d7
[gaim-migrate @ 8069]
Stop Doxygen from complaining about missing stuff in the logging
documentation comments.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Fri, 07 Nov 2003 08:26:34 +0000 |
parents | 3a5f89ba0da5 |
children | 8bc33ec515a1 |
files | src/log.h |
diffstat | 1 files changed, 11 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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,