summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-30 14:06:20 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:11 -0600
commit4f8d487a7e11d43f005b038b2d66b38c38c51f8d (patch)
tree5889908d4b88e167d18aa188fe16aaede68cb892 /gv.c
parent148280d3f755d89c8c24a6243599c54183813a26 (diff)
downloadperl-4f8d487a7e11d43f005b038b2d66b38c38c51f8d.tar.gz
gv.c: Note that some GV_foo constants are documented
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 652f5e737d..05d80af0e8 100644
--- a/gv.c
+++ b/gv.c
@@ -693,6 +693,8 @@ visible to Perl code. So when calling C<call_sv>, you should not use
the GV directly; instead, you should use the method's CV, which can be
obtained from the GV with the C<GvCV> macro.
+=for apidoc Amnh||GV_SUPER
+
=cut
*/
@@ -1436,6 +1438,8 @@ The most important of which are probably C<GV_ADD> and C<SVf_UTF8>.
Note, use of C<gv_stashsv> instead of C<gv_stashpvn> where possible is strongly
recommended for performance reasons.
+=for apidoc Amnh||GV_ADD
+
=cut
*/