diff options
author | Karl Williamson <khw@cpan.org> | 2020-08-26 17:40:28 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-04 16:13:25 -0600 |
commit | 70b05c7cee1d4db8aa1fee6424603ecb21eac423 (patch) | |
tree | 985b89f42cb8193948e8eb569b7c98a550d8d488 /XSUB.h | |
parent | 36ea2d2f8cd0c6ceb2355bf9515ad1898d12ebfc (diff) | |
download | perl-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 'XSUB.h')
-rw-r--r-- | XSUB.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,7 +200,7 @@ is a lexical C<$_> in scope. /* Typically used to return values from XS functions. */ /* -=head1 Stack Manipulation Macros +=for apidoc_section Stack Manipulation Macros =for apidoc Am|void|XST_mIV|int pos|IV iv Place an integer into the specified position C<pos> on the stack. The @@ -278,7 +278,7 @@ C<xsubpp>. See L<perlxs/"The VERSIONCHECK: Keyword">. Macro to verify that the perl api version an XS module has been compiled against matches the api version of the perl interpreter it's being loaded into. -=head1 Exception Handling (simple) Macros +=for apidoc_section Exception Handling (simple) Macros =for apidoc Amns||dXCPT Set up necessary local variables for exception handling. |