]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_dynamic.h
add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_dynamic.h
index 4f2535e28c0e9a9df201acf4dbf36fe16e81fdd0..65d3085b1d1519882bf32d6d5e3f002c8a1bc715 100644 (file)
@@ -2,6 +2,11 @@
  * Copyright 2017, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup nodes Nodes
+ * @{
+ */
+
 #ifndef ECOLI_NODE_DYNAMIC_
 #define ECOLI_NODE_DYNAMIC_
 
@@ -17,3 +22,5 @@ struct ec_node *ec_node_dynamic(const char *id, ec_node_dynamic_build_t build,
                                void *opaque);
 
 #endif
+
+/** @} */