@@ -26,12 +26,12 @@ #ifdef __cplusplus } #endif @interface OFString (XMLEscaping) -/*! +/** * @brief The string in a form escaped for use in an XML document. */ @property (readonly, nonatomic) OFString *stringByXMLEscaping; @end OF_ASSUME_NONNULL_END