summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-07 17:37:44 -0600
committerKarl Williamson <khw@cpan.org>2020-10-08 08:23:29 -0600
commit19851e277a02c9a5b57961bb9fea1bda1cf87494 (patch)
tree2d108ffb5bbb44a9fc6487077a9cc5cd72106a5b /mg.c
parent9e728159a33ae479369731865c6c86daea2deeb7 (diff)
downloadperl-19851e277a02c9a5b57961bb9fea1bda1cf87494.tar.gz
mg.c: Note that MAGIC is documented here
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mg.c b/mg.c
index 80310bb05c..244928f859 100644
--- a/mg.c
+++ b/mg.c
@@ -34,6 +34,8 @@ plus space for some flags and pointers. For example, a tied variable has
a MAGIC structure that contains a pointer to the object associated with the
tie.
+=for apidoc Ayh||MAGIC
+
=cut
*/