From ef7ea7adea12b6588505816360b213a22231e87e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 12 Oct 2016 18:27:26 -0600 Subject: perlapi: Fix docs for 2 scope related macros These 2 macros were using =item instead of =for apidoc, so they silently were not included in perlapi. This commit also changes their references to links. --- scope.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'scope.h') diff --git a/scope.h b/scope.h index ad276a94a7..88c182dc03 100644 --- a/scope.h +++ b/scope.h @@ -167,20 +167,16 @@ Opening bracket on a callback. See C> and L. =for apidoc Ams||LEAVE Closing bracket on a callback. See C> and L. -=over +=for apidoc Ams||ENTER_with_name(name) -=item ENTER_with_name(name) - -Same as C, but when debugging is enabled it also associates the +Same as C>, but when debugging is enabled it also associates the given literal string with the new scope. -=item LEAVE_with_name(name) +=for apidoc Ams||LEAVE_with_name(name) -Same as C, but when debugging is enabled it first checks that the +Same as C>, but when debugging is enabled it first checks that the scope has the given name. C must be a C-terminated literal string. -=back - =cut */ -- cgit v1.2.1