mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-03-24 20:40:09 +09:00
- Add missing @brief, @param, and @return docs across src/ and include/ - Fix blank lines between doc comments and function definitions - Move function docs from headers to corresponding .c files - Use named constants (SSH_OK, SSH_ERROR, SSH_TIMEOUT_INFINITE) in docs - Fix parameter ordering in error.c, buffer.c, log.c docs - Place #ifdef-guarded docs inside their respective #ifdef blocks Signed-off-by: Sudharshan Hegde <sudharshanhegde68@gmail.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>