Skip to content

Commit a7a8a28

Browse files
committed
perlapi: Remove note to self
This comment in a source file meant to explain things was inadvertently getting included in perlapi. Adding =cut line fixes it.
1 parent e6095ba commit a7a8a28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hv.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,10 @@ See C<L</SvSTASH>>, C<L</CvSTASH>>.
208208
=for apidoc Am|STRLEN|HvNAMELEN|HV *stash
209209
Returns the length of the stash's name.
210210
211+
=cut
212+
211213
Disfavored forms of HvNAME and HvNAMELEN; suppress mention of them
214+
212215
=for apidoc Cmh|char*|HvNAME_get|HV* stash
213216
=for apidoc Amh|I32|HvNAMELEN_get|HV* stash
214217

0 commit comments

Comments
 (0)