@@ -22,24 +22,24 @@ extern int _OFString_Hashing_reference; #ifdef __cplusplus } #endif -/** - * \brief The OFString (Hashing) category provides methods to calculate hashes +/*! + * @brief The OFString (Hashing) category provides methods to calculate hashes * for strings. */ @interface OFString (Hashing) -/** - * \brief Returns the MD5 hash of the string as an autoreleased OFString. +/*! + * @brief Returns the MD5 hash of the string as an autoreleased OFString. * - * \return The MD5 hash of the string as an autoreleased OFString + * @return The MD5 hash of the string as an autoreleased OFString */ - (OFString*)MD5Hash; -/** - * \brief Returns the SHA1 hash of the string as an autoreleased OFString. +/*! + * @brief Returns the SHA1 hash of the string as an autoreleased OFString. * - * \return The SHA1 hash of the string as an autoreleased OFString + * @return The SHA1 hash of the string as an autoreleased OFString */ - (OFString*)SHA1Hash; @end