summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-21 09:06:06 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-21 09:06:06 -0500
commitb019ef6e0373869c85928ce041f76e06febe16cd (patch)
treebb637582954531e1ef5442ec5aee2596ae10df27 /gv.h
parente08e8b5b00edfbfc07adf1415728a3e1d5895a68 (diff)
downloadperl-b019ef6e0373869c85928ce041f76e06febe16cd.tar.gz
document some more Gv* macros
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h12
1 files changed, 12 insertions, 0 deletions
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
*/