add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_or.h
index db115b2..1738af1 100644 (file)
@@ -2,6 +2,11 @@
  * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
  */
 
  * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup nodes Nodes
+ * @{
+ */
+
 #ifndef ECOLI_NODE_OR_
 #define ECOLI_NODE_OR_
 
 #ifndef ECOLI_NODE_OR_
 #define ECOLI_NODE_OR_
 
@@ -20,5 +25,6 @@ struct ec_node *ec_node_or(const char *id);
 /* child is consumed */
 int ec_node_or_add(struct ec_node *node, struct ec_node *child);
 
 /* child is consumed */
 int ec_node_or_add(struct ec_node *node, struct ec_node *child);
 
-
 #endif
 #endif
+
+/** @} */