]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_none.h
api documentation
[protos/libecoli.git] / include / ecoli_node_none.h
index 842f211cd63d90bbb32982a079996e72055c475f..b5e368e0e8731fe3ec3135f617332d3acb89dbbf 100644 (file)
@@ -3,10 +3,15 @@
  */
 
 /**
  */
 
 /**
+ * @defgroup nodes Nodes
+ * @{
+ *
  * This node does not match anything
  */
 
  * This node does not match anything
  */
 
-#ifndef ECOLI_NODE_ANY_
-#define ECOLI_NODE_ANY_
+#ifndef ECOLI_NODE_NONE_
+#define ECOLI_NODE_NONE_
 
 #endif
 
 #endif
+
+/** @} */