@@ -23,10 +23,12 @@ @class OFMutableArray; @class OFDataArray; @class OFStream; /*! + * @protocol OFXMLParserDelegate OFXMLParser.h ObjFW/OFXMLParser.h + * * @brief A protocol that needs to be implemented by delegates for OFXMLParser. */ @protocol OFXMLParserDelegate #ifdef OF_HAVE_OPTIONAL_PROTOCOLS @optional @@ -116,10 +118,12 @@ - (OFString*)parser: (OFXMLParser*)parser foundUnknownEntityNamed: (OFString*)entity; @end /*! + * @class OFXMLParser OFXMLParser.h ObjFW/OFXMLParser.h + * * @brief An event-based XML parser. * * OFXMLParser is an event-based XML parser which calls the delegate's callbacks * as soon asit finds something, thus suitable for streams as well. */