1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-06 13:20:57 +03:00

Added missing /** in doxygen @}'s

This commit is contained in:
Aris Adamantiadis
2010-08-28 21:32:08 +02:00
parent 29a229724b
commit 74939b8b8d
22 changed files with 24 additions and 24 deletions

View File

@@ -266,7 +266,7 @@ enum {
*/
SSH_LOG_FUNCTIONS
};
/* @} */
/** @} */
enum ssh_options_e {
SSH_OPTIONS_HOST,

View File

@@ -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