summaryrefslogtreecommitdiff
path: root/deb.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-12 14:08:43 -0600
committerKarl Williamson <khw@cpan.org>2022-05-12 15:00:57 -0600
commit8566922c13918a094d5d7e8220ad9896528127f5 (patch)
tree5b7b961c1a4abd1f28547a38561f05495d880603 /deb.c
parent59e6561a84a6df3b7a1d44a92ea2851cc0eb45ff (diff)
downloadperl-8566922c13918a094d5d7e8220ad9896528127f5.tar.gz
perlapi: Document debstack
Diffstat (limited to 'deb.c')
-rw-r--r--deb.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/deb.c b/deb.c
index f8eee189b0..3b42ca1a9d 100644
--- a/deb.c
+++ b/deb.c
@@ -157,7 +157,13 @@ S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max,
}
-/* dump the current stack */
+/*
+=for apidoc debstack
+
+Dump the current stack
+
+=cut
+*/
I32
Perl_debstack(pTHX)