add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_bypass.h
index a5efb46..024bcae 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
+
+/** @} */