On 6/28/2017 9:13 PM, Stefan Beller wrote:
While at it, clarify the use of `key`, `keydata`, `entry_or_key` as well as documenting the new data pointer for the compare function. Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> --- Documentation/technical/api-hashmap.txt | 309 -------------------------------- hashmap.h | 249 +++++++++++++++++++++++-- 2 files changed, 231 insertions(+), 327 deletions(-) delete mode 100644 Documentation/technical/api-hashmap.txt
> ... This looks very nice. Thank you! Jeff