Skip to content

Commit

Permalink
perlapi: Combine all forms of ibcmp() into one entry
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jun 25, 2024
1 parent e7d4c1c commit 8bebe08
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions util.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,15 @@
/*
=for apidoc_section $string
=for apidoc ibcmp
=for apidoc ibcmp
=for apidoc_item ibcmp_locale
=for apidoc_item ibcmp_utf8
This is a synonym for S<C<(! foldEQ())>>
These return the complement of C<L</foldEQ>>, C<L</foldEQ_locale>>, and
C<L</foldEQ_utf8>> respectively. Those other names are preferred, as being
clearer.
=for apidoc ibcmp_locale
This is a synonym for S<C<(! foldEQ_locale())>>
=for apidoc ibcmp_utf8
This is a synonym for S<C<(! foldEQ_utf8())>>
Hence, for example, C<ibcmp()> is S<C<(! foldEQ())>>
=cut
*/
Expand Down

0 comments on commit 8bebe08

Please sign in to comment.