From 3734d2f5d38a7779376358fb891b3d3a38e6c0d8 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 8 Jun 2022 06:57:59 -0600 Subject: Change autodoc flag This should be being used only in core, as its only use is for autodoc. Change the flag name to be more mnemonic, freeing up its current name for another use. --- scope.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scope.h') diff --git a/scope.h b/scope.h index 6111f1e460..911f752caa 100644 --- a/scope.h +++ b/scope.h @@ -155,26 +155,26 @@ /* =for apidoc_section $callback -=for apidoc Amns||SAVETMPS +=for apidoc Amn;||SAVETMPS Opening bracket for temporaries on a callback. See C> and L. -=for apidoc Amns||FREETMPS +=for apidoc Amn;||FREETMPS Closing bracket for temporaries on a callback. See C> and L. -=for apidoc Amns||ENTER +=for apidoc Amn;||ENTER Opening bracket on a callback. See C> and L. -=for apidoc Amns||LEAVE +=for apidoc Amn;||LEAVE Closing bracket on a callback. See C> and L. -=for apidoc Ams||ENTER_with_name|"name" +=for apidoc Am;||ENTER_with_name|"name" Same as C>, but when debugging is enabled it also associates the given literal string with the new scope. -=for apidoc Ams||LEAVE_with_name|"name" +=for apidoc Am;||LEAVE_with_name|"name" Same as C>, but when debugging is enabled it first checks that the scope has the given name. C must be a literal string. -- cgit v1.2.1