From 70b05c7cee1d4db8aa1fee6424603ecb21eac423 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 26 Aug 2020 17:40:28 -0600 Subject: Change some =head1 to apidoc_section lines apidoc_section is slightly favored over head1, as it is known only to autodoc, and can't be confused with real pod. --- cop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cop.h') diff --git a/cop.h b/cop.h index cc6e79520c..d75da949cb 100644 --- a/cop.h +++ b/cop.h @@ -166,7 +166,7 @@ typedef struct jmpenv JMPENV; } STMT_END /* -=head1 COP Hint Hashes +=for apidoc_section COP Hint Hashes */ typedef struct refcounted_he COPHH; @@ -1126,7 +1126,7 @@ typedef struct stackinfo PERL_SI; /* -=head1 Multicall Functions +=for apidoc_section Multicall Functions =for apidoc Amns||dMULTICALL Declare local variables for a multicall. See L. -- cgit v1.2.1