@@ -26,14 +26,14 @@ #ifdef __cplusplus } #endif @interface OFString (PropertyListParsing) -/*! +/** * @brief The string interpreted as a property list and parsed as an object. * * @note This only supports XML property lists! */ @property (readonly, nonatomic) id objectByParsingPropertyList; @end OF_ASSUME_NONNULL_END