X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_any.h;fp=include%2Fecoli_node_any.h;h=3f21927a1279f3f15e0bc99082c38e3c644ad4f1;hp=cb671e385ae259b773f5aae9ba68168be9531d32;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_node_any.h b/include/ecoli_node_any.h index cb671e3..3f21927 100644 --- a/include/ecoli_node_any.h +++ b/include/ecoli_node_any.h @@ -3,6 +3,9 @@ */ /** + * @defgroup nodes Nodes + * @{ + * * This node always matches 1 string in the vector. * An optional strvec attribute can be checked too. These * attributes are usually set by a lexer node. @@ -25,3 +28,5 @@ struct ec_node * ec_node_any(const char *id, const char *attr); #endif + +/** @} */