summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-07 12:09:05 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 14:00:24 -0600
commit396baf8485c903b22474cb301c954853410fafce (patch)
tree8ca0a3e1c5d6119a83cd67986d2dee5760e43d19 /doop.c
parentb6bf20749ab6650625c6c30f72092efdfa8c072e (diff)
downloadperl-396baf8485c903b22474cb301c954853410fafce.tar.gz
perlapi: Mark do_join as internal, document
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/doop.c b/doop.c
index 89825567a8..d0d46aeb02 100644
--- a/doop.c
+++ b/doop.c
@@ -635,6 +635,15 @@ Perl_do_trans(pTHX_ SV *sv)
}
}
+/*
+=for apidoc_section $string
+=for apidoc do_join
+
+Implements C<pp_join> and used as a helper for other system functions
+
+=cut
+*/
+
void
Perl_do_join(pTHX_ SV *sv, SV *delim, SV **mark, SV **sp)
{