Skip to content

Commit

Permalink
Updated doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Aug 22, 2019
1 parent 28ce240 commit 29aa0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/map.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ Where not specified, these functions return a map_ret_code.

.. c:function:: map_put(m, key, val)
Put a value inside hashmap.
Put a value inside hashmap. |br|
If key is already present, old value will be updated (and, if dtor is set, destroyed). Note that if new value and old value are the same pointer, nothing will be done.

:param m: pointer to map_t
:param key: key for this value
Expand Down

0 comments on commit 29aa0c9

Please sign in to comment.