]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_space.h
api documentation for ec_parse
[protos/libecoli.git] / include / ecoli_node_space.h
index 0dd62022c6cdcc9535478b9461ff876c78e8937c..bb4dac9ed764dc40bd2ab5c777b46eab324d514a 100644 (file)
@@ -3,6 +3,9 @@
  */
 
 /**
+ * @defgroup nodes Nodes
+ * @{
+ *
  * This node matches one string in the vector if it is only composed of
  * spaces, as interpreted by isspace().
  */
@@ -13,3 +16,5 @@
 /* no API for now, since there is no specific configuration for this node */
 
 #endif
+
+/** @} */