@@ -17,10 +17,13 @@ #import "OFException.h" @class OFXMLParser; /*! + * @class OFUnboundPrefixException \ + * OFUnboundPrefixException.h ObjFW/OFUnboundPrefixException.h + * * @brief An exception indicating an attempt to use an unbound prefix. */ @interface OFUnboundPrefixException: OFException { OFString *_prefix;