add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_seq.h
index 21c96b1..e1f3896 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_SEQ_
 #define ECOLI_NODE_SEQ_
 
 #ifndef ECOLI_NODE_SEQ_
 #define ECOLI_NODE_SEQ_
 
@@ -21,3 +26,5 @@ struct ec_node *ec_node_seq(const char *id);
 int ec_node_seq_add(struct ec_node *node, struct ec_node *child);
 
 #endif
 int ec_node_seq_add(struct ec_node *node, struct ec_node *child);
 
 #endif
+
+/** @} */