From b019ef6e0373869c85928ce041f76e06febe16cd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Jun 2012 09:06:06 -0500 Subject: document some more Gv* macros --- gv.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gv.h') diff --git a/gv.h b/gv.h index 0f91d194ab..30014b622d 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 */ -- cgit v1.2.1