From 3bb9fd013171017d6a8e6d15596f69c350a23a1a Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 31 Aug 2019 14:40:12 -0600 Subject: Change pod for macros that require "literal strings" Now that Devel::PPPort has the ability to handle these, we can loosen the syntax for clarity. --- scope.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scope.h') diff --git a/scope.h b/scope.h index 5fde315e83..483bc5d700 100644 --- a/scope.h +++ b/scope.h @@ -167,12 +167,12 @@ Opening bracket on a callback. See C> and L. =for apidoc Amns||LEAVE Closing bracket on a callback. See C> and L. -=for apidoc Ams||ENTER_with_name|const char * name +=for apidoc Ams||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|const char * name +=for apidoc Ams||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