summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-03 12:52:09 -0600
committerKarl Williamson <khw@cpan.org>2022-05-10 12:20:48 -0600
commita01c9670e64176df28f303084cb8aad1d1a69340 (patch)
treefa95ab21b99d2f660debb4fc558963ff77f15924 /toke.c
parent70d9008d158ff8b6ba8cb17b9dd4e028011cab34 (diff)
downloadperl-a01c9670e64176df28f303084cb8aad1d1a69340.tar.gz
perlapi: Document scan_vstring
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c3
1 files changed, 3 insertions, 0 deletions
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 *