@@ -28,16 +28,16 @@ #ifdef __cplusplus } #endif @interface OFString (URLEncoding) -/*! +/** * @brief The string as an URL decoded string. */ @property (readonly, nonatomic) OFString *stringByURLDecoding; -/*! +/** * @brief Encodes a string for use in a URL, but does not escape the specified * allowed characters. * * @param allowedCharacters A character set of characters that should not be * escaped