From 1f8380814aff5429d3c1d27a3b9b82aa6102b764 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 6 Dec 2019 15:08:18 -0500 Subject: More documentation --- config.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index c2d905b..c07c16a 100644 --- a/config.c +++ b/config.c @@ -1,10 +1,12 @@ +/** + * @file config.c + */ #include #include #include #include #include "spm.h" - /// Remove leading whitespace from a string /// \param sptr pointer to string /// \return pointer to first non-whitespace character in string -- cgit