Commit dce36d3e authored by Max Kellermann's avatar Max Kellermann

lib/icu/Util: remove obsolete documentation

parent 4f393553
...@@ -36,8 +36,7 @@ WritableBuffer<UChar> ...@@ -36,8 +36,7 @@ WritableBuffer<UChar>
UCharFromUTF8(const char *src); UCharFromUTF8(const char *src);
/** /**
* Wrapper for u_strToUTF8(). The returned pointer must be freed with * Wrapper for u_strToUTF8().
* delete[].
*/ */
AllocatedString<char> AllocatedString<char>
UCharToUTF8(ConstBuffer<UChar> src); UCharToUTF8(ConstBuffer<UChar> src);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment