]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_subset.h
add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_subset.h
index 734b1aeab7128c128d7c2e458f2f69011fd5bd96..6ec33190ab8123f443bc4fefec12d8e6e7aa802f 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_SUBSET_
 #define ECOLI_NODE_SUBSET_
 
 #ifndef ECOLI_NODE_SUBSET_
 #define ECOLI_NODE_SUBSET_
 
@@ -21,3 +26,5 @@ struct ec_node *ec_node_subset(const char *id);
 int ec_node_subset_add(struct ec_node *node, struct ec_node *child);
 
 #endif
 int ec_node_subset_add(struct ec_node *node, struct ec_node *child);
 
 #endif
+
+/** @} */