add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_vec.h
index 5fdaa99..784d440 100644 (file)
@@ -3,7 +3,10 @@
  */
 
 /**
- * Vectors of objects.
+ * @defgroup vec Vectors
+ * @{
+ *
+ * @brief Helpers for vectors manipulation.
  *
  * The ec_vec API provide helpers to manipulate vectors of objects
  * of any kind.
@@ -45,3 +48,5 @@ __attribute__((pure))
 size_t ec_vec_len(const struct ec_vec *vec);
 
 #endif
+
+/** @} */