@@ -16,12 +16,12 @@ #import "OFHash.h" #define OF_MD5_DIGEST_SIZE 16 -/** - * \brief A class which provides functions to create an MD5 hash. +/*! + * @brief A class which provides functions to create an MD5 hash. */ @interface OFMD5Hash: OFHash { uint32_t buffer[4]; uint32_t bits[2];