@@ -31,16 +31,16 @@ OFString *_prefix; OFXMLParser *_parser; } /*! - * The unbound prefix. + * @brief The unbound prefix. */ @property (readonly, nonatomic) OFString *prefix; /*! - * The parser which encountered the unbound prefix. + * @brief The parser which encountered the unbound prefix. */ @property (readonly, nonatomic) OFXMLParser *parser; + (instancetype)exception OF_UNAVAILABLE;