summaryrefslogtreecommitdiffstats
path: root/libssh/misc.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
commit74939b8b8d3d4a61589297751c239648015d9dce (patch)
tree801f9e9afffa04db94afba8f9f5db53a87d4fe38 /libssh/misc.c
parent29a229724bebaf1947a80a3dca252206232a0643 (diff)
downloadlibssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip
Added missing /** in doxygen @}'s
Diffstat (limited to 'libssh/misc.c')
-rw-r--r--libssh/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/misc.c b/libssh/misc.c
index fbeecf0..bd903b0 100644
--- a/libssh/misc.c
+++ b/libssh/misc.c
@@ -680,6 +680,6 @@ char *ssh_path_expand_escape(ssh_session session, const char *s) {
#undef MAX_BUF_SIZE
}
-/* @} */
+/** @} */
/* vim: set ts=4 sw=4 et cindent: */