From 396baf8485c903b22474cb301c954853410fafce Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 7 May 2022 12:09:05 -0600 Subject: perlapi: Mark do_join as internal, document --- doop.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doop.c') 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 and used as a helper for other system functions + +=cut +*/ + void Perl_do_join(pTHX_ SV *sv, SV *delim, SV **mark, SV **sp) { -- cgit v1.2.1