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. --- av.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'av.h') diff --git a/av.h b/av.h index 8466dc17f4..6903db6dbf 100644 --- a/av.h +++ b/av.h @@ -37,8 +37,6 @@ struct xpvav { */ /* -=for apidoc_section AV Handling - =for apidoc ADmnU||Nullav Null AV pointer. -- cgit v1.2.1