X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_node_int.h;h=6fac1c152e2d603b39b6d46b077d9dc552d34b31;hb=e18710da81b4c53b357dde2ca55005344edc314f;hp=b64c60c2e5b723dc417f0a01c81ede13a22089e9;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90;p=protos%2Flibecoli.git diff --git a/include/ecoli_node_int.h b/include/ecoli_node_int.h index b64c60c..6fac1c1 100644 --- a/include/ecoli_node_int.h +++ b/include/ecoli_node_int.h @@ -2,6 +2,11 @@ * Copyright 2016, Olivier MATZ */ +/** + * @defgroup nodes Nodes + * @{ + */ + #ifndef ECOLI_NODE_INT_ #define ECOLI_NODE_INT_ @@ -26,5 +31,6 @@ struct ec_node *ec_node_uint(const char *id, uint64_t min, int ec_node_uint_getval(const struct ec_node *node, const char *str, uint64_t *result); - #endif + +/** @} */