Merge pull request #7690 from miri64/gnrc_ipv6_nib/fix/doc-fix

doc: gnrc_ipv6_nib_nc: remove false advertisement about iteration
This commit is contained in:
Cenk Gündoğan 2017-10-06 21:55:50 +02:00 committed by GitHub
commit 460bede96d

View File

@ -288,8 +288,7 @@ void gnrc_ipv6_nib_nc_mark_reachable(const ipv6_addr_t *ipv6);
* }
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* @note The list may change during iteration, but no duplicate of already
* traversed entries must be returned.
* @note The list may change during iteration.
*
* @return true, if iteration can be continued.
* @return false, if @p nce is the last neighbor cache entry in the NIB.