X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_complete.h;fp=include%2Fecoli_complete.h;h=b28aa4a873ef77525591398df382a63a0cd77898;hp=4c71b5dbe1dc36b31b4bbe7f89fbd278d07f0181;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_complete.h b/include/ecoli_complete.h index 4c71b5d..b28aa4a 100644 --- a/include/ecoli_complete.h +++ b/include/ecoli_complete.h @@ -3,12 +3,17 @@ */ /** - * API for generating completions item on a node. + * @defgroup complete Complete + * @{ + * + * @brief Complete string input using a grammar tree * * This file provide helpers to list and manipulate the possible * completions for a given input. * * XXX comp vs item + * + * @} */ #ifndef ECOLI_COMPLETE_