X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_bypass.h;fp=include%2Fecoli_node_bypass.h;h=024bcae5cb83d70cc22a995bbfc0a267d3f58b07;hp=a5efb4612f4716aee4d62f02b7e3091773c36a66;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_node_bypass.h b/include/ecoli_node_bypass.h index a5efb46..024bcae 100644 --- a/include/ecoli_node_bypass.h +++ b/include/ecoli_node_bypass.h @@ -3,6 +3,9 @@ */ /** + * @defgroup nodes Nodes + * @{ + * * A node that does nothing else than calling the child node. * It can be helpful to build loops in a node graph. */ @@ -16,3 +19,5 @@ struct ec_node *ec_node_bypass(const char *id, struct ec_node *node); int ec_node_bypass_set_child(struct ec_node *gen_node, struct ec_node *child); #endif + +/** @} */