From 97593e9f0523202bf3bb70c41ffbc4b3db67d1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kijewski?= Date: Mon, 10 Mar 2014 18:15:17 +0100 Subject: [PATCH] shell: add myself to authors --- sys/shell/shell.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/shell/shell.c b/sys/shell/shell.c index 5529348b8b..819ff92465 100644 --- a/sys/shell/shell.c +++ b/sys/shell/shell.c @@ -10,20 +10,21 @@ */ /** - * @ingroup shell + * @ingroup shell * @{ */ /** * @file - * @brief Implementation of a very simple command interpreter. + * @brief Implementation of a very simple command interpreter. * For each command (i.e. "echo"), a handler can be specified. * If the first word of a user-entered command line matches the * name of a handler, the handler will be called with the whole * command line as parameter. * * @author Freie Universität Berlin, Computer Systems & Telematics - * @author Kaspar Schleiser + * @author Kaspar Schleiser + * @author René Kijewski */ #include