X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_dict.h;h=b4bf7802dd0a3bc7820a5c78b6bff1c33e42e971;hb=70ebe6bd8740d8cb32cd0b0a21ca28a4fa74a2a5;hp=e44246601f1a61f018f1bd0dbd4025b19eed6601;hpb=bfa98f93802bff755a024ee478b85756264f591b;p=protos%2Flibecoli.git diff --git a/include/ecoli_dict.h b/include/ecoli_dict.h index e442466..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. @@ -160,7 +163,7 @@ struct ec_dict_elt_ref * ec_dict_iter_next(struct ec_dict_elt_ref *iter); /** - * Get the key of the current element. + * Get a pointer to the key of the current element. * * @param iter * The hash table iterator. @@ -184,3 +187,5 @@ void * ec_dict_iter_get_val(const struct ec_dict_elt_ref *iter); #endif + +/** @} */