X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_parse.h;fp=include%2Fecoli_parse.h;h=a64c0ae43e8f76eb3860415f8f726b8e0b5af9dd;hp=c88fc18a611a9a1b302d2848193bf047da1b1383;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_parse.h b/include/ecoli_parse.h index c88fc18..a64c0ae 100644 --- a/include/ecoli_parse.h +++ b/include/ecoli_parse.h @@ -3,11 +3,18 @@ */ /** + * @defgroup parse Parse + * @{ + * + * @brief Create parse tree from string input and grammar tree + * * Node parse API. * * The parse operation is to check if an input (a string or vector of * strings) matches the node tree. On success, the result is stored in a * tree that describes which part of the input matches which node. + * + * @} */ #ifndef ECOLI_PARSE_