add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_sh_lex.h
index d45b998..bbe2505 100644 (file)
@@ -2,6 +2,11 @@
  * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
  */
 
+/**
+ * @defgroup nodes Nodes
+ * @{
+ */
+
 #ifndef ECOLI_NODE_SHLEX_
 #define ECOLI_NODE_SHLEX_
 
@@ -10,3 +15,5 @@
 struct ec_node *ec_node_sh_lex(const char *id, struct ec_node *child);
 
 #endif
+
+/** @} */