@@ -16,10 +16,14 @@ #import "OFException.h" #import "OFHash.h" /*! + * @class OFHashAlreadyCalculatedException \ + * OFHashAlreadyCalculatedException.h \ + * ObjFW/OFHashAlreadyCalculatedException.h + * * @brief An exception indicating that the hash has already been calculated. */ @interface OFHashAlreadyCalculatedException: OFException { id _hashObject;