@@ -17,15 +17,15 @@ #import "OFReadOrWriteFailedException.h" OF_ASSUME_NONNULL_BEGIN -/*! +/** * @class OFReadFailedException \ * OFReadFailedException.h ObjFW/OFReadFailedException.h * * @brief An exception indicating that reading from an object failed. */ @interface OFReadFailedException: OFReadOrWriteFailedException @end OF_ASSUME_NONNULL_END