]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_yaml.h
move ec_count_of in utils.h
[protos/libecoli.git] / include / ecoli_yaml.h
index a63d837eca0d38c0d5087f0b1d033d38475238c6..6d26bbc6803ecd15e8551fe5b53dc8ec11c47d76 100644 (file)
@@ -3,6 +3,11 @@
  */
 
 /**
+ * @defgroup yaml Yaml
+ * @{
+ *
+ * @brief YAML import/export
+ *
  * Interface to import/export ecoli data structures in YAML.
  */
 
@@ -23,3 +28,5 @@ struct ec_node;
 struct ec_node *ec_yaml_import(const char *filename);
 
 #endif
+
+/** } */