File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3290,11 +3290,13 @@ messages where the string is assumed to be a class name.
3290
3290
3291
3291
=for apidoc Amnh||HvNAMEf
3292
3292
=for apidoc Amnh||HvNAMEf_QUOTEDPREFIX
3293
+ =for apidoc Amh||HvNAMEfARG|HV *hv
3293
3294
3294
3295
C<HvNAMEf> and C<HvNAMEf_QUOTEDPREFIX> are similar to C<SVf> except they
3295
- extract the string, length and utf8 flags from the argument using the
3296
- C<HvNAME()>, C<HvNAMELEN()>, C<HvNAMEUTF8()> macros. This is intended
3297
- for stringifying a class name directly from an stash HV.
3296
+ extract the string, length and utf8 flags from the argument given to
3297
+ C<HvNAMEfARG()> using the C<HvNAME()>, C<HvNAMELEN()>, C<HvNAMEUTF8()>
3298
+ macros. This is intended for stringifying a class name directly from an
3299
+ stash HV.
3298
3300
3299
3301
=head2 Formatted Printing of Strings
3300
3302
You can’t perform that action at this time.
0 commit comments