@@ -135,11 +135,11 @@ # ifndef EWOULDBLOCK # define EWOULDBLOCK WSAEWOULDBLOCK # endif #endif -/*! +/** * @class OFException OFException.h ObjFW/OFException.h * * @brief The base class for all exceptions in ObjFW * * The OFException class is the base class for all exceptions in ObjFW, except @@ -148,25 +148,25 @@ @interface OFException: OFObject { void *_backtrace[OF_BACKTRACE_SIZE]; } -/*! +/** * @brief Creates a new, autoreleased exception. * * @return A new, autoreleased exception */ + (instancetype)exception; -/*! +/** * @brief Returns a description of the exception. * * @return A description of the exception */ - (OFString *)description; -/*! +/** * @brief Returns a backtrace of when the exception was created or nil if no * backtrace is available. * * @return A backtrace of when the exception was created */