summaryrefslogtreecommitdiff
path: root/handy.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-12-17 15:54:18 +0000
committerDavid Mitchell <davem@iabyn.com>2014-12-17 15:54:18 +0000
commit7a6610caf3cdf1fa6548256a684d042f4b69a0ab (patch)
treeede8da215392048cdcdc471b46710b1b043305bd /handy.h
parent2ec11c706e768baf2cef93905360762457cecb0d (diff)
downloadperl-7a6610caf3cdf1fa6548256a684d042f4b69a0ab.tar.gz
Remove duplicate apidoc entries
Modify apidoc.pl to warn about duplicate apidoc entries, and remove duplicates for av_tindex and toLOWER_LC
Diffstat (limited to 'handy.h')
-rw-r--r--handy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/handy.h b/handy.h
index 1e6b15d752..f2bd6a8c76 100644
--- a/handy.h
+++ b/handy.h
@@ -833,10 +833,6 @@ The first code point of the lowercased version is returned
The input character at C<p> is assumed to be well-formed.
-=for apidoc Am|U8|toLOWER_LC|U8 ch
-Converts the specified character to lowercase using the current locale's rules,
-if possible; otherwise returns the input character itself.
-
=for apidoc Am|U8|toTITLE|U8 ch
Converts the specified character to titlecase. If the input is anything but an
ASCII lowercase character, that input character itself is returned. Variant