summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 06:49:34 -0600
committerKarl Williamson <khw@cpan.org>2020-08-23 22:22:00 -0600
commit2385767d7185ad354e927939655b3f824fe82f57 (patch)
tree0bbadf52617858c23dcec3b90b5674ab34b7f06d /util.c
parent3d12c2383c597cf1010d322c29f82b0e6782d327 (diff)
downloadperl-2385767d7185ad354e927939655b3f824fe82f57.tar.gz
Document vform
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.c b/util.c
index 1f98d209d4..732f364e02 100644
--- a/util.c
+++ b/util.c
@@ -1394,6 +1394,9 @@ Like C<L</form>> but does not take a thread context (C<aTHX>) parameter,
so is used in situations where the caller doesn't already have the thread
context.
+=for apidoc vform
+Like C<L</form>> but but the arguments are an encapsulated argument list.
+
=cut
*/