aboutsummaryrefslogtreecommitdiff
path: root/include/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strutil.h')
-rw-r--r--include/strutil.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/strutil.h b/include/strutil.h
index 66722ae..740fde1 100644
--- a/include/strutil.h
+++ b/include/strutil.h
@@ -1,3 +1,15 @@
+/**
+ * @file strutil.h
+ * @author Gertjan van den Burg
+ * @date August, 2013
+ * @brief Header file for strutil.c
+ *
+ * @details
+ * Function declarations for useful string functions used in parsing
+ * input files.
+ *
+ */
+
#ifndef STRUTIL_H
#define STRUTIL_H