summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-05-28 12:55:19 -0600
committerKarl Williamson <khw@cpan.org>2019-05-30 18:13:29 -0600
commit4e5171e9e72a8e719a45a205fb6d9514c2e8dccd (patch)
tree2c4955341fa67bcf5719982019a9fa52989b1702 /scope.h
parent73060c4e2338e283341aabb27f4136e51f4f7b64 (diff)
downloadperl-4e5171e9e72a8e719a45a205fb6d9514c2e8dccd.tar.gz
Add 'n' flag to various =for apidoc lines
This indicates to not output the macro with parentheses for parameters. Currently that doesn't happen anyway, but a future commit will change things so this is required (so that a bug can be fixed)
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/scope.h b/scope.h
index c6f4bc4350..f2dcef055d 100644
--- a/scope.h
+++ b/scope.h
@@ -153,18 +153,18 @@
/*
=head1 Callback Functions
-=for apidoc Ams||SAVETMPS
+=for apidoc Amns||SAVETMPS
Opening bracket for temporaries on a callback. See C<L</FREETMPS>> and
L<perlcall>.
-=for apidoc Ams||FREETMPS
+=for apidoc Amns||FREETMPS
Closing bracket for temporaries on a callback. See C<L</SAVETMPS>> and
L<perlcall>.
-=for apidoc Ams||ENTER
+=for apidoc Amns||ENTER
Opening bracket on a callback. See C<L</LEAVE>> and L<perlcall>.
-=for apidoc Ams||LEAVE
+=for apidoc Amns||LEAVE
Closing bracket on a callback. See C<L</ENTER>> and L<perlcall>.
=for apidoc Ams||ENTER_with_name(name)