Skip to content

Commit 34ee75a

Browse files
committed
perlapi: Note the AMGf_* flags
1 parent d5379e5 commit 34ee75a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

gv.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3651,7 +3651,11 @@ Perl_try_amagic_bin(pTHX_ int method, int flags)
36513651

36523652

36533653
/*
3654-
=for apidoc amagic_deref_call
3654+
=for apidoc amagic_deref_call
3655+
=for apidoc_flag AMGf_noleft
3656+
=for apidoc_flag AMGf_noright
3657+
=for apidoc_flag AMGf_unary
3658+
=for apidoc_flag AMGf_assign
36553659
36563660
Perform C<method> overloading dereferencing on C<ref>, returning the
36573661
dereferenced result. C<method> must be one of the dereference operations given

0 commit comments

Comments
 (0)