mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-03-24 20:40:09 +09:00
Doxygen interprets comments placed beside struct fields to belong to the next field instead of the current field. This could be fixed by moving the comments atop the fields, or by using the `/**< COMMENT */` format. Stay consistent with the comment format used for other structs and move the comments atop the fields. Signed-off-by: Shiva Kiran Koninty <shiva_kr@riseup.net> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com>