From ddbd423f54e2fd92659a0d277ee844659eee8ba1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 15 Jan 2014 00:35:21 +0100 Subject: added documentation, restart git usage, start implementing kernels --- include/strutil.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/strutil.h') 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 -- cgit v1.2.3