diff options
author | Karl Williamson <khw@cpan.org> | 2020-11-04 09:37:34 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-11-06 07:24:38 -0700 |
commit | 8922262882db1daa438836fc0323c90d84cf7f1a (patch) | |
tree | 73dd6ea9e5145d9bd0751eb16dc50994d2968b02 /utf8.h | |
parent | ca7113073cac53c5ac744b2699c0dffc7c4e26df (diff) | |
download | perl-8922262882db1daa438836fc0323c90d84cf7f1a.tar.gz |
autodoc.pl: Specify scn for single-purpose files
Many of the files in perl are for one thing only, and hence their
embedded documentation will be for that one thing. By creating a hash
here of them, those files don't have to worry about what section that
documentation goes under, and so it can be completely changed without
affecting them.
Diffstat (limited to 'utf8.h')
-rw-r--r-- | utf8.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -35,14 +35,6 @@ #define FOLD_FLAGS_NOMIX_ASCII 0x4 /* -=head1 Unicode Support -L<perlguts/Unicode Support> has an introduction to this API. - -See also L</Character classification>, -and L</Character case changing>. -Various functions outside this section also work specially with Unicode. -Search for the string "utf8" in this document. - =for apidoc is_ascii_string This is a misleadingly-named synonym for L</is_utf8_invariant_string>. |