@@ -18,10 +18,13 @@ #import "OFException.h" #ifdef OF_HAVE_CHOWN /*! + * @class OFChangeOwnerFailedException \ + * OFChangeOwnerFailedException.h ObjFW/OFChangeOwnerFailedException.h + * * @brief An exception indicating that changing the owner of an item failed. */ @interface OFChangeOwnerFailedException: OFException { OFString *_path, *_owner, *_group;