From: Marcus Holland-Moritz Date: Sat, 20 Feb 2010 14:33:05 +0000 (+0100) Subject: Fix apidoc for HeUTF8() X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cca4e9fab7291545636e94a7bf2f606ae7526371;p=p5sagit%2Fp5-mst-13.2.git Fix apidoc for HeUTF8() HeUTF8() onlu takes one argument. --- diff --git a/hv.h b/hv.h index 3906496..f38d584 100644 --- a/hv.h +++ b/hv.h @@ -206,7 +206,7 @@ If you are using C to get values to pass to C to create a new SV, you should consider using C as it is more efficient. -=for apidoc Am|char*|HeUTF8|HE* he|STRLEN len +=for apidoc Am|char*|HeUTF8|HE* he Returns whether the C value returned by C is encoded in UTF-8, doing any necessary dereferencing of possibly C keys. The value returned will be 0 or non-0, not necessarily 1 (or even a value with any low bits set),