aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-06 15:08:18 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-06 15:08:18 -0500
commit1f8380814aff5429d3c1d27a3b9b82aa6102b764 (patch)
treefc4691a80630acd0812745b8735cf8df2bfa1ef7 /config.c
parentc81894a758b98006802e2e006e75a91076811d86 (diff)
downloadspmc-1f8380814aff5429d3c1d27a3b9b82aa6102b764.tar.gz
More documentation
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 3 insertions, 1 deletions
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 <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "spm.h"
-
/// Remove leading whitespace from a string
/// \param sptr pointer to string
/// \return pointer to first non-whitespace character in string