File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -75,17 +75,18 @@ all when not under DEBUGGING, reducing the number of C<#ifdef>'s in the code.
7575The program is responsible for maintaining the correct value for C<depth>.
7676
7777=for apidoc CmnW ||comma_pDEPTH
78- This is used in the prototype declarations for functions that take a L</C<comma_aDEPTH>>
79- final parameter, much like L<C<pTHX_>|perlguts/Background and MULTIPLICITY>
80- is used in functions that take a thread context initial parameter.
78+ This is used in the prototype declarations for functions that take a
79+ L</C<comma_aDEPTH>> final parameter, much like L<C<pTHX_>|perlguts/Background
80+ and MULTIPLICITY> is used in functions that take a thread context initial
81+ parameter.
8182
8283=for apidoc CmnW ||debug_aDEPTH
83- Same as L</C<comma_aDEPTH>> but with no leading argument. Intended for functions with
84- no normal arguments, and used by L</C<comma_aDEPTH>> itself.
84+ Same as L</C<comma_aDEPTH>> but with no leading argument. Intended for
85+ functions with no normal arguments, and used by L</C<comma_aDEPTH>> itself.
8586
8687=for apidoc CmnW ||debug_pDEPTH
87- Same as L</C<comma_pDEPTH>> but with no leading argument. Intended for functions with
88- no normal arguments, and used by L</C<comma_pDEPTH>> itself.
88+ Same as L</C<comma_pDEPTH>> but with no leading argument. Intended for
89+ functions with no normal arguments, and used by L</C<comma_pDEPTH>> itself.
8990
9091=cut
9192 */
You can’t perform that action at this time.
0 commit comments