summaryrefslogtreecommitdiff
path: root/inline.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:22:02 -0600
committerKarl Williamson <khw@cpan.org>2020-09-28 22:55:11 -0600
commitfa3e44c077453c62ee28e8ac1478452f838a258d (patch)
tree8ed09d2b4dc3220ffa1adae1fee3acce3f5e2226 /inline.h
parent175f39d232aad7fcc81ee031ac30242d3f7b7dae (diff)
downloadperl-fa3e44c077453c62ee28e8ac1478452f838a258d.tar.gz
Document CvGV
Diffstat (limited to 'inline.h')
-rw-r--r--inline.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/inline.h b/inline.h
index d41c43d719..65f84212f2 100644
--- a/inline.h
+++ b/inline.h
@@ -59,6 +59,13 @@ Perl_av_count(pTHX_ AV *av)
/* ------------------------------- cv.h ------------------------------- */
+/*
+=for apidoc_section CV Handling
+=for apidoc CvGV
+Returns the GV associated with the CV C<sv>, reifying it if necessary.
+
+=cut
+*/
PERL_STATIC_INLINE GV *
Perl_CvGV(pTHX_ CV *sv)
{