aboutsummaryrefslogtreecommitdiff
path: root/libssh/keyfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r--libssh/keyfiles.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/keyfiles.c b/libssh/keyfiles.c
index f50afa76..03782799 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: */