From: Jesse Luehrs Date: Thu, 21 Jun 2012 14:06:06 +0000 (-0500) Subject: document some more Gv* macros X-Git-Tag: v5.17.2~283 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b019ef6e0373869c85928ce041f76e06febe16cd document some more Gv* macros --- diff --git a/gv.h b/gv.h index 0f91d19..30014b6 100644 --- a/gv.h +++ b/gv.h @@ -83,6 +83,18 @@ struct gp { Return the SV from the GV. +=for apidoc Am|AV*|GvAV|GV* gv + +Return the AV from the GV. + +=for apidoc Am|HV*|GvHV|GV* gv + +Return the HV from the GV. + +=for apidoc Am|CV*|GvCV|GV* gv + +Return the CV from the GV. + =cut */