X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_vec.h;fp=include%2Fecoli_vec.h;h=784d44048d4afeed6c6df33baa96357ac01309cf;hp=5fdaa9986c9e171bf054e4e32c0064c858a137fd;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_vec.h b/include/ecoli_vec.h index 5fdaa99..784d440 100644 --- a/include/ecoli_vec.h +++ b/include/ecoli_vec.h @@ -3,7 +3,10 @@ */ /** - * Vectors of objects. + * @defgroup vec Vectors + * @{ + * + * @brief Helpers for vectors manipulation. * * The ec_vec API provide helpers to manipulate vectors of objects * of any kind. @@ -45,3 +48,5 @@ __attribute__((pure)) size_t ec_vec_len(const struct ec_vec *vec); #endif + +/** @} */