From 74939b8b8d3d4a61589297751c239648015d9dce Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 28 Aug 2010 21:32:08 +0200 Subject: Added missing /** in doxygen @}'s --- libssh/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/client.c') diff --git a/libssh/client.c b/libssh/client.c index 7efe3627..749284fe 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -808,6 +808,6 @@ const char *ssh_copyright(void) { "(aris@0xbadc0de.be) Distributed under the LGPL, please refer to COPYING" "file for information about your rights"; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ -- cgit