diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 11cd7ee3..b2752ac7 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -266,7 +266,7 @@ enum { */ SSH_LOG_FUNCTIONS }; -/* @} */ +/** @} */ enum ssh_options_e { SSH_OPTIONS_HOST, diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index 962c07e5..5319b935 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -879,7 +879,7 @@ void sftp_handle_remove(sftp_session sftp, void *handle); /** No media in remote drive */ #define SSH_FX_NO_MEDIA 13 -/* @} */ +/** @} */ /* file flags */ #define SSH_FXF_READ 0x01 diff --git a/libssh/auth.c b/libssh/auth.c index 801f48af..f0443db0 100644 --- a/libssh/auth.c +++ b/libssh/auth.c @@ -1677,6 +1677,6 @@ int ssh_userauth_kbdint_setanswer(ssh_session session, unsigned int i, return 0; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/buffer.c b/libssh/buffer.c index 23aa33be..80c99560 100644 --- a/libssh/buffer.c +++ b/libssh/buffer.c @@ -573,6 +573,6 @@ struct ssh_string_struct *buffer_get_mpint(struct ssh_buffer_struct *buffer) { return str; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/channels.c b/libssh/channels.c index 02288e3f..324112ea 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -2489,6 +2489,6 @@ int ssh_channel_select(ssh_channel *readchans, ssh_channel *writechans, return 0; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/client.c b/libssh/client.c index 7efe3627..749284fe 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -808,6 +808,6 @@ const char *ssh_copyright(void) { "(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING" "file for information about your rights"; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/connect.c b/libssh/connect.c index 4b5752a9..d877982c 100644 --- a/libssh/connect.c +++ b/libssh/connect.c @@ -595,6 +595,6 @@ int ssh_select(ssh_channel *channels, ssh_channel *outchannels, socket_t maxfd, return 0; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/dh.c b/libssh/dh.c index e70c9491..08988c68 100644 --- a/libssh/dh.c +++ b/libssh/dh.c @@ -1042,6 +1042,6 @@ int signature_verify(ssh_session session, ssh_string signature) { return err; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/error.c b/libssh/error.c index 581287a0..f5bb1190 100644 --- a/libssh/error.c +++ b/libssh/error.c @@ -118,6 +118,6 @@ int ssh_get_error_code(void *error) { return err->error_code; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/init.c b/libssh/init.c index e1159feb..15a2aea7 100644 --- a/libssh/init.c +++ b/libssh/init.c @@ -84,6 +84,6 @@ int ssh_finalize(void) { return 0; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c index f50afa76..03782799 100644 --- a/libssh/keyfiles.c +++ b/libssh/keyfiles.c @@ -1237,7 +1237,7 @@ static int alldigits(const char *s) { return 1; } -/* @} */ +/** @} */ /** @@ -1891,6 +1891,6 @@ int ssh_write_knownhost(ssh_session session) { return 0; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/keys.c b/libssh/keys.c index 244e4199..f0ebc155 100644 --- a/libssh/keys.c +++ b/libssh/keys.c @@ -1492,6 +1492,6 @@ ssh_string ssh_sign_session_id(ssh_session session, ssh_private_key privatekey) return signature; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/log.c b/libssh/log.c index b8a0dbcf..6ec5a8ea 100644 --- a/libssh/log.c +++ b/libssh/log.c @@ -77,6 +77,6 @@ void ssh_log(ssh_session session, int verbosity, const char *format, ...) { } } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/messages.c b/libssh/messages.c index 2392ffab..027daf24 100644 --- a/libssh/messages.c +++ b/libssh/messages.c @@ -843,6 +843,6 @@ ssh_message ssh_message_pop_head(ssh_session session){ return msg; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/misc.c b/libssh/misc.c index fbeecf06..bd903b02 100644 --- a/libssh/misc.c +++ b/libssh/misc.c @@ -680,6 +680,6 @@ char *ssh_path_expand_escape(ssh_session session, const char *s) { #undef MAX_BUF_SIZE } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/options.c b/libssh/options.c index 13986d50..9cbaf6f2 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -917,7 +917,7 @@ int ssh_options_apply(ssh_session session) { return 0; } -/* @} */ +/** @} */ #ifdef WITH_SERVER /** @@ -1133,6 +1133,6 @@ int ssh_bind_options_set(ssh_bind sshbind, enum ssh_bind_options_e type, } #endif -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/pcap.c b/libssh/pcap.c index 7ee412b4..56bf3316 100644 --- a/libssh/pcap.c +++ b/libssh/pcap.c @@ -429,6 +429,6 @@ int ssh_set_pcap_file(ssh_session session, ssh_pcap_file pcapfile){ #endif -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/poll.c b/libssh/poll.c index 1e6b5ff8..d03c0c8e 100644 --- a/libssh/poll.c +++ b/libssh/poll.c @@ -687,6 +687,6 @@ void ssh_free_global_poll_ctx(){ } } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/server.c b/libssh/server.c index ea1b926f..1f9b7d9c 100644 --- a/libssh/server.c +++ b/libssh/server.c @@ -1168,6 +1168,6 @@ int ssh_execute_message_callbacks(ssh_session session){ return SSH_OK; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/session.c b/libssh/session.c index a70826f6..42f5e772 100644 --- a/libssh/session.c +++ b/libssh/session.c @@ -515,6 +515,6 @@ void ssh_socket_exception_callback(int code, int errno_code, void *user){ leave_function(); } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/socket.c b/libssh/socket.c index 52fc004c..2f1f5534 100644 --- a/libssh/socket.c +++ b/libssh/socket.c @@ -714,6 +714,6 @@ int ssh_socket_connect_proxycommand(ssh_socket s, const char *command){ } #endif /* _WIN32 */ -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ diff --git a/libssh/string.c b/libssh/string.c index 394179fc..06042aea 100644 --- a/libssh/string.c +++ b/libssh/string.c @@ -207,6 +207,6 @@ void ssh_string_free(struct ssh_string_struct *s) { SAFE_FREE(s); } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */