aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2010-04-04 15:13:15 +0200
committerAndreas Schneider <mail@cynapses.org>2010-04-04 15:51:54 +0200
commita127c8827a0733861366bfe1c0ca2fe7ccfac114 (patch)
tree59654eeddfc47c1b9ccadc7d6e855a7ca116f577 /include/libssh/libssh.h
parentdcb5a81735c57d755d211d20cb7e94fc80ef6a92 (diff)
downloadlibssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.tar.gz
libssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.tar.xz
libssh-a127c8827a0733861366bfe1c0ca2fe7ccfac114.zip
Fixed the documentation of log.c
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r--include/libssh/libssh.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 13362a75..462be335 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -225,12 +225,15 @@ enum ssh_error_types_e {
#define SSH_AGAIN -2 /* The nonblocking call must be repeated */
#define SSH_EOF -127 /* We have already a eof */
-/** \addtogroup ssh_log
+/**
+ * @addtogroup libssh_log
+ *
* @{
*/
- /** \brief Verbosity level for logging and help to debugging
- */
+/**
+ * @brief Verbosity level for logging and help to debugging
+ */
enum {
/** No logging at all
*/
@@ -248,8 +251,7 @@ enum {
*/
SSH_LOG_FUNCTIONS
};
-/** @}
- */
+/* @} */
enum ssh_options_e {
SSH_OPTIONS_HOST,