@@ -17,10 +17,13 @@ #import "OFException.h" @class OFXMLParser; /*! + * @class OFMalformedXMLException \ + * OFMalformedXMLException.h ObjFW/OFMalformedXMLException.h + * * @brief An exception indicating that a parser encountered malformed XML. */ @interface OFMalformedXMLException: OFException { OFXMLParser *_parser;