From 8922262882db1daa438836fc0323c90d84cf7f1a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 4 Nov 2020 09:37:34 -0700 Subject: 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. --- doio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'doio.c') diff --git a/doio.c b/doio.c index b4103e15b2..2bffeea079 100644 --- a/doio.c +++ b/doio.c @@ -3252,8 +3252,6 @@ Perl_do_shmio(pTHX_ I32 optype, SV **mark, SV **sp) #endif /* SYSV IPC */ /* -=for apidoc_section Input/Output - =for apidoc start_glob Function called by C to spawn a glob (or do the glob inside -- cgit v1.2.1