]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_bypass.h
api documentation for ec_parse
[protos/libecoli.git] / include / ecoli_node_bypass.h
index a5efb4612f4716aee4d62f02b7e3091773c36a66..024bcae5cb83d70cc22a995bbfc0a267d3f58b07 100644 (file)
@@ -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
+
+/** @} */