aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h
index facae79..995a927 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,5 +1,16 @@
-#ifndef UTIL_H
-#define UTIL_H
+/**
+ * @file util.h
+ * @author Gertjan van den Burg
+ * @date August, 2013
+ * @brief Header file for util.c
+ *
+ * @details
+ * Function declarations for utility functions of the program.
+ *
+ */
+
+#ifndef MSVMMAJ_UTIL_H
+#define MSVMMAJ_UTIL_H
#include "globals.h"