diff options
author | Andreas Schneider <mail@cynapses.org> | 2010-04-04 15:13:15 +0200 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2010-04-04 15:51:54 +0200 |
commit | a127c8827a0733861366bfe1c0ca2fe7ccfac114 (patch) | |
tree | 59654eeddfc47c1b9ccadc7d6e855a7ca116f577 /libssh/log.c | |
parent | dcb5a81735c57d755d211d20cb7e94fc80ef6a92 (diff) | |
download | libssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.tar.gz libssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.tar.xz libssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.zip |
Fixed the documentation of log.c
Diffstat (limited to 'libssh/log.c')
-rw-r--r-- | libssh/log.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/libssh/log.c b/libssh/log.c index 0dab4ae..b8a0dbc 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -29,12 +29,13 @@ #include "libssh/session.h" /** - * @defgroup ssh_log SSH Logging + * @defgroup libssh_log The SSH logging functions. + * @ingroup libssh * - * @brief Logging functions for debugging and problem resolving + * Logging functions for debugging and problem resolving. + * + * @{ */ -/** \addtogroup ssh_log - * @{ */ /** * @brief Log a SSH event. @@ -76,5 +77,6 @@ void ssh_log(ssh_session session, int verbosity, const char *format, ...) { } } -/** @} */ -/* vim: set ts=2 sw=2 et cindent: */ +/* @} */ + +/* vim: set ts=4 sw=4 et cindent: */ |