From 5a754bcdc0f5e432c1d7cd358c74dfb2d6f0f1ea Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 28 Dec 2019 12:28:25 -0500 Subject: Fixes: * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer. --- src/shell.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shell.c') diff --git a/src/shell.c b/src/shell.c index 8905c60..6ce3ad2 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1,3 +1,6 @@ +/** + * @file shell.c + */ #include "spm.h" /** -- cgit