@@ -53,11 +53,11 @@ * been specified. */ bool *_Nullable isSpecifiedPtr; /*! - * An optional pointer to an @ref OFString * that is set to the + * An optional pointer to an `OFString *` that is set to the * argument specified for the option or `nil` for no argument. */ OFString *__autoreleasing _Nullable *_Nullable argumentPtr; } of_options_parser_option_t;