-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
While including the library.h in XCode, it warns that the following doc is not inline with the code:
Lines 446 to 453 in 699cbcc
| /** | |
| * Sort (in place) bookIds using the given comparator. | |
| * | |
| * @param bookIds the list of book Ids to sort | |
| * @param comparator how to sort the books | |
| * @return The sorted list of books | |
| */ | |
| void sort(BookIdCollection& bookIds, supportedListSortBy sortBy, bool ascending) const; |
