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. --- pp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp.h') diff --git a/pp.h b/pp.h index 4805dfb486..884343ce29 100644 --- a/pp.h +++ b/pp.h @@ -11,7 +11,7 @@ #define PP(s) OP * Perl_##s(pTHX) /* -=head1 Stack Manipulation Macros +=for apidoc_section Stack Manipulation Macros =for apidoc AmnU||SP Stack pointer. This is usually handled by C. See C> and -- cgit v1.2.1