summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
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