add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_utils.h
index 5a14192..98bfcc9 100644 (file)
@@ -2,6 +2,14 @@
  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
  */
 
  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup utils Utils
+ * @{
+ *
+ * @brief Misc utils
+ */
+
+
 #ifndef ECOLI_UTILS_
 #define ECOLI_UTILS_
 
 #ifndef ECOLI_UTILS_
 #define ECOLI_UTILS_
 
@@ -14,3 +22,5 @@
        })
 
 #endif
        })
 
 #endif
+
+/** @} */