Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perlguts: Fix apidoc lines #22304

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pod/perlguts.pod
Original file line number Diff line number Diff line change
Expand Up @@ -5071,9 +5071,9 @@ freeing is typically of benefit only for programs that make significant use of
string eval.

=for apidoc_section $concurrency
=for apidoc Cmnh| |CVf_SLABBED
=for apidoc_item |OP *|CvROOT|CV * sv
=for apidoc_item |OP *|CvSTART|CV * sv
=for apidoc Cmnh| |CVf_SLABBED
=for apidoc Cmh |OP *|CvROOT|CV * sv
=for apidoc Cmh |OP *|CvSTART|CV * sv

When the C<CVf_SLABBED> flag is set, the CV takes responsibility for freeing
the slab. If C<CvROOT> is not set when the CV is freed or undeffed, it is
Expand Down
Loading