summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-26 17:40:28 -0600
committerKarl Williamson <khw@cpan.org>2020-09-04 16:13:25 -0600
commit70b05c7cee1d4db8aa1fee6424603ecb21eac423 (patch)
tree985b89f42cb8193948e8eb569b7c98a550d8d488 /regexp.h
parent36ea2d2f8cd0c6ceb2355bf9515ad1898d12ebfc (diff)
downloadperl-70b05c7cee1d4db8aa1fee6424603ecb21eac423.tar.gz
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.
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index e12c6a9ffa..16fddced28 100644
--- a/regexp.h
+++ b/regexp.h
@@ -252,7 +252,7 @@ typedef struct regexp_engine {
#define RXapif_REGNAMES_COUNT 0x1000
/*
-=head1 REGEXP Functions
+=for apidoc_section REGEXP Functions
=for apidoc Am|REGEXP *|SvRX|SV *sv