@@ -20,10 +20,13 @@ @class OFMutableArray; @class OFXMLElement; @class OFXMLElementBuilder; /*! + * @protocol OFXMLElementBuilderDelegate + * OFXMLElementBuilder.h ObjFW/OFXMLElementBuilder.h + * * @brief A protocol that needs to be implemented by delegates for * OFXMLElementBuilder. */ @protocol OFXMLElementBuilderDelegate /*! @@ -90,10 +93,12 @@ - (OFString*)elementBuilder: (OFXMLElementBuilder*)builder foundUnknownEntityNamed: (OFString*)entity; @end /*! + * @class OFXMLElementBuilder OFXMLElementBuilder.h ObjFW/OFXMLElementBuilder.h + * * @brief A class implementing the OFXMLParserDelegate protocol that can build * OFXMLElements from the document parsed by the OFXMLParser. * * It can also be used to build OFXMLElements from parts of the document by * first parsing stuff using the OFXMLParser with another delegate and then