@@ -17,11 +17,11 @@ #import "OFList.h" OF_ASSUME_NONNULL_BEGIN -/*! +/** * @class OFSortedList OFSortedList.h ObjFW/OFSortedList.h * * @brief A class which provides easy to use sorted double-linked lists. * * @warning Because the list is sorted, all methods inserting an object at a @@ -42,11 +42,11 @@ OF_UNAVAILABLE; - (of_list_object_t *)insertObject: (ObjectType)object afterListObject: (of_list_object_t *)listObject OF_UNAVAILABLE; -/*! +/** * @brief Inserts the object to the list while keeping the list sorted. * * @param object The object to insert * @return The list object for the object just added */