@@ -202,11 +202,11 @@ /*! * @brief Sorts the array using the specified selector and options. * * @param selector The selector to use to sort the array. It's signature - * should be the same as that of @ref OFComparing#compare:. + * should be the same as that of -[compare:]. * @param options The options to use when sorting the array.@n * Possible values are: * Value | Description * ---------------------------|------------------------- * `OF_ARRAY_SORT_DESCENDING` | Sort in descending order