@@ -1,7 +1,7 @@ /* - * Copyright (c) 2008 - 2009 + * Copyright (c) 2008 - 2010 * Jonathan Schleifer * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the @@ -12,12 +12,12 @@ #import "OFString.h" extern int _OFXMLParser_reference; /** - * A protocol that needs to be implemented by delegates for - * stringByXMLUnescapingWithHandler:. + * \brief A protocol that needs to be implemented by delegates for + * stringByXMLUnescapingWithHandler:. */ @protocol OFXMLUnescapingDelegate /** * This callback is called when an unknown entity was found while trying to * unescape XML. The callback is supposed to return a substitution for the @@ -29,12 +29,11 @@ */ - (OFString*)foundUnknownEntityNamed: (OFString*)entity; @end /** - * The OFString (OFXMLUnescaping) category provides methods to unescape XML in - * strings. + * \brief A category for unescaping XML in strings. */ @interface OFString (OFXMLUnescaping) /** * Unescapes XML in the string. */