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