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:
@@ -266,7 +266,7 @@ enum {
|
||||
*/
|
||||
SSH_LOG_FUNCTIONS
|
||||
};
|
||||
/* @} */
|
||||
/** @} */
|
||||
|
||||
enum ssh_options_e {
|
||||
SSH_OPTIONS_HOST,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user