summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-28 11:08:29 -0600
committerKarl Williamson <khw@cpan.org>2022-05-28 11:16:43 -0600
commite1fa7ce9e264f21f1bbb000feaf336040252cd64 (patch)
treecafebfa5f86695d5d1bb1b5bd3d9696592d018a8
parentcc2454194f5177053c08e908647062d5c3fc5841 (diff)
downloadperl-e1fa7ce9e264f21f1bbb000feaf336040252cd64.tar.gz
perlapi: Fix a couple autodoc build warnings
-rw-r--r--embed.fnc2
-rw-r--r--inline.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 78df0bb54c..f0078d6231 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -785,7 +785,7 @@ pMb |bool|do_aexec |NULLOK SV* really|NN SV** mark|NN SV** sp
p |bool|do_aexec5 |NULLOK SV* really|NN SV** mark|NN SV** sp|int fd|int do_report
AbpD |int |do_binmode |NN PerlIO *fp|int iotype|int mode
: Used in pp.c
-Apd |bool |do_close |NULLOK GV* gv|bool is_explicit
+Ap |bool |do_close |NULLOK GV* gv|bool is_explicit
: Defined in doio.c, used only in pp_sys.c
p |bool |do_eof |NN GV* gv
diff --git a/inline.h b/inline.h
index 406652073b..b6241a0902 100644
--- a/inline.h
+++ b/inline.h
@@ -318,7 +318,7 @@ Perl_ReANY(const REGEXP * const re)
/*
=for apidoc_section $SV
-=for apidoc Am|bool|SvPVXtrue|SV * sv
+=for apidoc SvPVXtrue
Returns a boolean as to whether or not C<sv> contains a PV that is considered
TRUE. FALSE is returned if C<sv> doesn't contain a PV, or if the PV it does