From ead6f0c8baa00d43f50784ced8187236d1944e79 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 23 Sep 2010 10:33:00 +0200 Subject: [PATCH] doc changes --- sys/shell.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sys/shell.c b/sys/shell.c index 7ccd39a484..276f64fd42 100644 --- a/sys/shell.c +++ b/sys/shell.c @@ -37,11 +37,8 @@ and the mailinglist (subscription via web site) * name of a handler, the handler will be called with the whole * command line as parameter. * - * @author Freie Universität Berlin, Computer Systems & Telematics, FeuerWhere project + * @author Freie Universität Berlin, Computer Systems & Telematics * @author Kaspar Schleiser - * @version 2.0 $Revision$ - * - * @note $Id$ */ #include @@ -111,6 +108,4 @@ void shell_register_cmd(shell_t *shell, char* name, void (*handler)(char* args)) hashtable_insert(shell->h, name, handler); } -/** - * @} - */ +/** @} */