From d1b9805ed0a3e2e5eeb6d14466adb0cd9f9a0166 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 5 Nov 2020 17:39:40 -0700 Subject: perlapi: Split section Display and Dump into Debugging and Display sections --- dump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dump.c') diff --git a/dump.c b/dump.c index e395790b1b..0004f49959 100644 --- a/dump.c +++ b/dump.c @@ -21,7 +21,7 @@ * * It also holds the debugging version of the runops function. -=for apidoc_section Display and Dump functions +=for apidoc_section $display */ #include "EXTERN.h" @@ -639,6 +639,7 @@ S_opdump_link(pTHX_ const OP *base, const OP *o, PerlIO *file) } /* +=for apidoc_section $debugging =for apidoc dump_all Dumps the entire optree of the current program starting at C to -- cgit v1.2.1