add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_expr.h
index 4f21d81..15f81ae 100644 (file)
@@ -2,6 +2,11 @@
  * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup nodes Nodes
+ * @{
+ */
+
 #ifndef ECOLI_NODE_EXPR_
 #define ECOLI_NODE_EXPR_
 
@@ -91,3 +96,5 @@ int ec_node_expr_eval(void **result, const struct ec_node *node,
        void *userctx);
 
 #endif
+
+/** @} */