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 waddlesplash, 2 years ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

This was already fixed in hrev56129.

Note: See TracTickets for help on using tickets.