summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-16 12:49:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-16 12:49:47 -0700
commitdff47061fe12fc16f86788ab67f56dfdd9f7475e (patch)
tree8c09004e68f00e5889d9c6075e0b569fc18bb2b8 /mathoms.c
parent06e9ce89328d9d04b2dd5693134f0ff0a14dec11 (diff)
downloadperl-dff47061fe12fc16f86788ab67f56dfdd9f7475e.tar.gz
More apidoc entries need \n\n before =cut
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 18dcea4bdf..9ffdf3952e 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -117,6 +117,7 @@ Perl_sv_unref(pTHX_ SV *sv)
=for apidoc sv_taint
Taint an SV. Use C<SvTAINTED_on> instead.
+
=cut
*/
@@ -174,6 +175,7 @@ Perl_sv_2pv(pTHX_ register SV *sv, STRLEN *lp)
Like C<sv_2pv()>, but doesn't return the length too. You should usually
use the macro wrapper C<SvPV_nolen(sv)> instead.
+
=cut
*/