summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-07 17:35:34 -0600
committerKarl Williamson <khw@cpan.org>2020-10-08 08:23:29 -0600
commitfa2b244a21404dfc90c2d9a0ad31df5951e761e3 (patch)
treeb6f4cad7f67dfd62902dce16992f48039c82b3ee /gv.c
parent23f5c29f15e3fdadcf23a3ae28f3fc0bd738fd88 (diff)
downloadperl-fa2b244a21404dfc90c2d9a0ad31df5951e761e3.tar.gz
gv.c: Note GV is documented here
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index d89bfcb16b..e849d0fe47 100644
--- a/gv.c
+++ b/gv.c
@@ -28,6 +28,8 @@ corresponding to $foo, @foo, %foo.
GVs are usually found as values in stashes (symbol table hashes) where
Perl stores its global variables.
+=for apidoc Ayh||GV
+
=cut
*/