Opened 2 years ago
Closed 2 years ago
#17756 closed bug (fixed)
BList::DoForEach documentation is incorrect
Reported by: | Anarchos | Owned by: | nielx |
---|---|---|---|
Priority: | low | Milestone: | R1/beta4 |
Component: | Documentation | Version: | R1/Development |
Keywords: | BList API | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
BeBook (https://www.haiku-os.org/legacy-docs/bebook/BList.html): "If a call to func returns true, the iteration is stopped, (...)"
Haiku Book (https://www.haiku-os.org/docs/api/classBList.html#af6c57e27f1c15a8779f1c7e4002d593c): "it means that the func function returned false and the processing of the list will be stopped."
Code behaves as prescribed in the be book.
Change History (1)
comment:1 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was already fixed in hrev56129.