X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_dict.h;fp=include%2Fecoli_dict.h;h=b4bf7802dd0a3bc7820a5c78b6bff1c33e42e971;hp=77558fb2aec4e3f63ba624467e4c616413e85317;hb=e18710da81b4c53b357dde2ca55005344edc314f;hpb=31ab7b9ac5570db9da50014abb31adb618218324 diff --git a/include/ecoli_dict.h b/include/ecoli_dict.h index 77558fb..b4bf780 100644 --- a/include/ecoli_dict.h +++ b/include/ecoli_dict.h @@ -3,7 +3,10 @@ */ /** - * Simple hash table API + * @defgroup dict Dictionary + * @{ + * + * @brief Simple hash table API (string keys) * * This file provides functions to store objects in hash tables, using strings * as keys. @@ -184,3 +187,5 @@ void * ec_dict_iter_get_val(const struct ec_dict_elt_ref *iter); #endif + +/** @} */