X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_strvec.h;fp=include%2Fecoli_strvec.h;h=2464a2bb2ce658fa947c3d4a68bfaa6caa3076a6;hp=727d4c8d785b5f168b6bc46bf501e1c2eefa6066;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_strvec.h b/include/ecoli_strvec.h index 727d4c8..2464a2b 100644 --- a/include/ecoli_strvec.h +++ b/include/ecoli_strvec.h @@ -3,7 +3,10 @@ */ /** - * Vectors of strings. + * @defgroup strvec String vectors + * @{ + * + * @brief Helpers for strings vectors manipulation. * * The ec_strvec API provide helpers to manipulate string vectors. * When duplicating vectors, the strings are not duplicated in memory, @@ -222,3 +225,5 @@ void ec_strvec_sort(struct ec_strvec *strvec, void ec_strvec_dump(FILE *out, const struct ec_strvec *strvec); #endif + +/** } */