X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_htable.h;fp=include%2Fecoli_htable.h;h=3e9eab9dd31aa45d87d249ffb6414665bb80f171;hp=0bed676892ec0f97d7326dd76bff69cbf639dda1;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_htable.h b/include/ecoli_htable.h index 0bed676..3e9eab9 100644 --- a/include/ecoli_htable.h +++ b/include/ecoli_htable.h @@ -3,7 +3,10 @@ */ /** - * Simple hash table API + * @defgroup htable Hash table + * @{ + * + * @brief Simple hash table API (any key) * * This file provides functions to store objects in hash tables, * using arbitrary data as keys. @@ -206,3 +209,5 @@ void * ec_htable_iter_get_val(const struct ec_htable_elt_ref *iter); #endif + +/** @} */