diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-29 12:29:46 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-29 14:24:32 -0600 |
commit | 97927b02e770cc108bacba3ab142068174310fb9 (patch) | |
tree | 56d24b3c231f544d9c119d6e017b50c132b06a38 /handy.h | |
parent | 7bf591135953a1cdcf4ae91534d66251792771a5 (diff) | |
download | perl-97927b02e770cc108bacba3ab142068174310fb9.tar.gz |
handy.h: Remove docs for non-existent macro
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.
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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* |