diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-28 21:32:08 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-28 21:32:08 +0200 |
commit | 74939b8b8d3d4a61589297751c239648015d9dce (patch) | |
tree | 801f9e9afffa04db94afba8f9f5db53a87d4fe38 /libssh/keyfiles.c | |
parent | 29a229724bebaf1947a80a3dca252206232a0643 (diff) | |
download | libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip |
Added missing /** in doxygen @}'s
Diffstat (limited to 'libssh/keyfiles.c')
-rw-r--r-- | libssh/keyfiles.c | 4 |
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: */ |