Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
abxh authored Aug 22, 2024
1 parent 98a3bb3 commit eab2ae2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/fhashtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@
* @brief Iterate over the non-empty slots in the hashtable in arbitary order.
* @warning Modifying the hashtable under the iteration may result in errors.
*
* temporary variables visible in scope:
* @li _index
*
* @param[in] hashtable_ptr hashtable pointer.
* @param[in] index Temporary indexing variable. Should be `uint32_t`
* @param[out] key_ Current key. Should be `KEY_TYPE`.
Expand Down

0 comments on commit eab2ae2

Please sign in to comment.