This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Remove docs for non-existent macro
authorKarl Williamson <public@khwilliamson.com>
Fri, 29 Mar 2013 18:29:46 +0000 (12:29 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 29 Mar 2013 20:24:32 +0000 (14:24 -0600)
In commit 3c3ecf18c35ad7832c6e454d304b30b2c0fef127, I mistakenly added
documentation for a non-existent macro.  It turns out that only the
variants listed for that macro exist, and not the base macro.  Since we
are in code freeze, the solution has to be not to change code by adding
the base macro, but to delete the documentation, or change it to refer
to just the existing versions.  In order to not cause an entry that is
anomalous to the others, for this release, I'm just getting rid of the
documentation.

handy.h

diff --git a/handy.h b/handy.h
index 90b4b50..7d6a28d 100644 (file)
--- a/handy.h
+++ b/handy.h
@@ -699,12 +699,6 @@ explanation of variants C<isIDCONT_A>, C<isIDCONT_L1>, C<isIDCONT_uni>,
 C<isIDCONT_utf8>, C<isIDCONT_LC>, C<isIDCONT_LC_uvchr>, and
 C<isIDCONT_LC_utf8>.
 
-=for apidoc Am|bool|isVERTWS|char ch
-Returns a boolean indicating whether the specified character is considered
-to be vertical white space, such as C<"\n"> or C<"\f">.  See the L<top of this
-section|/Character classes> for an explanation of variants
-C<isVERTWS_uni>, and C<isVERTWS_utf8>.
-
 =head1 Miscellaneous Functions
 
 =for apidoc Am|U8|READ_XDIGIT|char str*