@@ -24,16 +24,16 @@ extern int _OFObject_Serialization_reference; #ifdef __cplusplus } #endif -/** - * \brief A category that provides methods for serializing objects. +/*! + * @brief A category that provides methods for serializing objects. */ @interface OFObject (OFSerialization) -/** - * \brief Creates a string by serializing the receiver. +/*! + * @brief Creates a string by serializing the receiver. * - * \return The object serialized as a string + * @return The object serialized as a string */ - (OFString*)stringBySerializing; @end