@@ -12,12 +12,11 @@ #import "OFString.h" extern int _OFURLEncoding_reference; /** - * The OFString (OFURLEncoding) category provides an easy way to encode and - * decode strings for URLs. + * \brief A category which provides URL encoding and decoding. */ @interface OFString (OFURLEncoding) /** * Encodes a string for use in a URL. *