From 4e5171e9e72a8e719a45a205fb6d9514c2e8dccd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 28 May 2019 12:55:19 -0600 Subject: 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) --- cop.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cop.h') diff --git a/cop.h b/cop.h index 5c66752859..fca2aa755c 100644 --- a/cop.h +++ b/cop.h @@ -1098,17 +1098,17 @@ typedef struct stackinfo PERL_SI; /* =head1 Multicall Functions -=for apidoc Ams||dMULTICALL +=for apidoc Amns||dMULTICALL Declare local variables for a multicall. See L. -=for apidoc Ams||PUSH_MULTICALL +=for apidoc Amns||PUSH_MULTICALL Opening bracket for a lightweight callback. See L. -=for apidoc Ams||MULTICALL +=for apidoc Amns||MULTICALL Make a lightweight callback. See L. -=for apidoc Ams||POP_MULTICALL +=for apidoc Amns||POP_MULTICALL Closing bracket for a lightweight callback. See L. -- cgit v1.2.1