Skip to content
Snippets Groups Projects
Verified Commit 3e215037 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

trie docs nitpick

parent 15da0ab0
No related branches found
No related tags found
1 merge request!681various nitpicks, see commits for details
......@@ -121,6 +121,9 @@ trie_it_t* trie_it_begin(trie_t *tbl);
*
* Iteration is in ascending lexicographical order.
* In particular, the empty string would be considered as the very first.
*
* \note You may not use this function if the trie's key-set has been modified
* during the lifetime of the iterator (modifying values only is OK).
*/
KR_EXPORT
void trie_it_next(trie_it_t *it);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment