X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_yaml.h;h=6d26bbc6803ecd15e8551fe5b53dc8ec11c47d76;hb=376f5016e3979247bf0db515e47df49ba1eb82ac;hp=a63d837eca0d38c0d5087f0b1d033d38475238c6;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90;p=protos%2Flibecoli.git diff --git a/include/ecoli_yaml.h b/include/ecoli_yaml.h index a63d837..6d26bbc 100644 --- a/include/ecoli_yaml.h +++ b/include/ecoli_yaml.h @@ -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 + +/** } */