X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_space.h;fp=include%2Fecoli_node_space.h;h=bb4dac9ed764dc40bd2ab5c777b46eab324d514a;hp=0dd62022c6cdcc9535478b9461ff876c78e8937c;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_node_space.h b/include/ecoli_node_space.h index 0dd6202..bb4dac9 100644 --- a/include/ecoli_node_space.h +++ b/include/ecoli_node_space.h @@ -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 + +/** @} */