add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_config.h
index b6d638e..ba93337 100644 (file)
@@ -2,6 +2,13 @@
  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
  */
 
  * Copyright 2018, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup config Node configuration
+ * @{
+ *
+ * @brief Configure nodes behavior through generic API.
+ */
+
 #ifndef ECOLI_CONFIG_
 #define ECOLI_CONFIG_
 
 #ifndef ECOLI_CONFIG_
 #define ECOLI_CONFIG_
 
@@ -402,3 +409,5 @@ ec_config_dup(const struct ec_config *config);
 void ec_config_dump(FILE *out, const struct ec_config *config);
 
 #endif
 void ec_config_dump(FILE *out, const struct ec_config *config);
 
 #endif
+
+/** @} */