@@ -15,10 +15,12 @@ */ #import "OFXMLNode.h" /*! + * @class OFXMLComment OFXMLComment.h ObjFW/OFXMLComment.h + * * @brief A class for representing XML comments. */ @interface OFXMLComment: OFXMLNode { OFString *_comment;