From a01c9670e64176df28f303084cb8aad1d1a69340 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 3 May 2022 12:52:09 -0600 Subject: perlapi: Document scan_vstring --- toke.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toke.c') diff --git a/toke.c b/toke.c index e1309b27e1..ea9905044e 100644 --- a/toke.c +++ b/toke.c @@ -12879,6 +12879,8 @@ S_add_utf16_textfilter(pTHX_ U8 *const s, bool reversed) #endif /* +=for apidoc scan_vstring + Returns a pointer to the next character after the parsed vstring, as well as updating the passed in sv. @@ -12896,6 +12898,7 @@ calling scope, hence the sv_2mortal in the example (to prevent a leak). Make sure to do SvREFCNT_inc afterwards if you use sv_2mortal. +=cut */ char * -- cgit v1.2.1