summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-05 17:39:40 -0700
committerKarl Williamson <khw@cpan.org>2020-11-06 08:27:52 -0700
commitd1b9805ed0a3e2e5eeb6d14466adb0cd9f9a0166 (patch)
tree2ebb08f50b88b85e156aacd7f78e84d949948a3c /dump.c
parent74ab7b797f72da8e6aad6d2db8a99cde4a1b98bb (diff)
downloadperl-d1b9805ed0a3e2e5eeb6d14466adb0cd9f9a0166.tar.gz
perlapi: Split section Display and Dump
into Debugging and Display sections
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c3
1 files changed, 2 insertions, 1 deletions
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<PL_main_root> to