]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_int.h
add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_int.h
index b64c60c2e5b723dc417f0a01c81ede13a22089e9..6fac1c152e2d603b39b6d46b077d9dc552d34b31 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_INT_
 #define ECOLI_NODE_INT_
 
 #ifndef ECOLI_NODE_INT_
 #define ECOLI_NODE_INT_
 
@@ -26,5 +31,6 @@ struct ec_node *ec_node_uint(const char *id, uint64_t min,
 int ec_node_uint_getval(const struct ec_node *node, const char *str,
                        uint64_t *result);
 
 int ec_node_uint_getval(const struct ec_node *node, const char *str,
                        uint64_t *result);
 
-
 #endif
 #endif
+
+/** @} */