aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
commit74939b8b8d3d4a61589297751c239648015d9dce (patch)
tree801f9e9afffa04db94afba8f9f5db53a87d4fe38
parent29a229724bebaf1947a80a3dca252206232a0643 (diff)
downloadlibssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip
Added missing /** in doxygen @}'s
-rw-r--r--include/libssh/libssh.h2
-rw-r--r--include/libssh/sftp.h2
-rw-r--r--libssh/auth.c2
-rw-r--r--libssh/buffer.c2
-rw-r--r--libssh/channels.c2
-rw-r--r--libssh/client.c2
-rw-r--r--libssh/connect.c2
-rw-r--r--libssh/dh.c2
-rw-r--r--libssh/error.c2
-rw-r--r--libssh/init.c2
-rw-r--r--libssh/keyfiles.c4
-rw-r--r--libssh/keys.c2
-rw-r--r--libssh/log.c2
-rw-r--r--libssh/messages.c2
-rw-r--r--libssh/misc.c2
-rw-r--r--libssh/options.c4
-rw-r--r--libssh/pcap.c2
-rw-r--r--libssh/poll.c2
-rw-r--r--libssh/server.c2
-rw-r--r--libssh/session.c2
-rw-r--r--libssh/socket.c2
-rw-r--r--libssh/string.c2
22 files changed, 24 insertions, 24 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 11cd7ee..b2752ac 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 962c07e..5319b93 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 801f48a..f0443db 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 23aa33b..80c9956 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 02288e3..324112e 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 7efe362..749284f 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 4b5752a..d877982 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 e70c949..08988c6 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 581287a..f5bb119 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 e1159fe..15a2aea 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 f50afa7..0378279 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 244e419..f0ebc15 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 b8a0dbc..6ec5a8e 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 2392ffa..027daf2 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 fbeecf0..bd903b0 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 13986d5..9cbaf6f 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 7ee412b..56bf331 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 1e6b5ff..d03c0c8 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 ea1b926..1f9b7d9 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 a70826f..42f5e77 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 52fc004..2f1f553 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 394179f..06042ae 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: */