summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 17:15:45 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:10 -0600
commit678f21a2cf7f49434a16bbfcb7010c2c8177e860 (patch)
tree83814b861029deb685919486395993e7243a822a /autodoc.pl
parenta1a5a9c8b3ceb32212a136f7b42e1889e8500ba8 (diff)
downloadperl-678f21a2cf7f49434a16bbfcb7010c2c8177e860.tar.gz
Note that the PerlIO functions and macros are documented
in perlapio
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/autodoc.pl b/autodoc.pl
index dff5b06f0e..52631d8186 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -40,6 +40,7 @@ my @specialized_docs = sort qw( perlguts
perlxstut
perlclib
warnings
+ perlapio
);
my $other_places_api = join " ", map { "L<$_>" } sort @specialized_docs, 'perlintern';
my $other_places_intern = join " ", map { "L<$_>" } sort @specialized_docs, 'perlapi';