@@ -386,11 +386,11 @@ /*! * @brief Returns a copy of the array sorted 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 compare:. + * should be the same as that of @ref OFComparing#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