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.
32903290
32913291=for apidoc Amnh||HvNAMEf
32923292=for apidoc Amnh||HvNAMEf_QUOTEDPREFIX
3293+ =for apidoc Amh||HvNAMEfARG|HV *hv
32933294
32943295C<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.
32983300
32993301=head2 Formatted Printing of Strings
33003302
You can’t perform that action at this time.
0 commit comments