add first documentation draft and framework
[protos/libecoli.git] / include / ecoli_node_none.h
index 842f211..b5e368e 100644 (file)
@@ -3,10 +3,15 @@
  */
 
 /**
+ * @defgroup nodes Nodes
+ * @{
+ *
  * This node does not match anything
  */
 
-#ifndef ECOLI_NODE_ANY_
-#define ECOLI_NODE_ANY_
+#ifndef ECOLI_NODE_NONE_
+#define ECOLI_NODE_NONE_
 
 #endif
+
+/** @} */