From dff47061fe12fc16f86788ab67f56dfdd9f7475e Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 16 Jul 2011 12:49:47 -0700 Subject: More apidoc entries need \n\n before =cut --- mathoms.c | 2 ++ sv.c | 2 ++ 2 files changed, 4 insertions(+) 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 instead. + =cut */ @@ -174,6 +175,7 @@ Perl_sv_2pv(pTHX_ register SV *sv, STRLEN *lp) Like C, but doesn't return the length too. You should usually use the macro wrapper C instead. + =cut */ diff --git a/sv.c b/sv.c index 19a8068a51..e3426ad5c2 100644 --- a/sv.c +++ b/sv.c @@ -9475,6 +9475,7 @@ Perl_sv_unref_flags(pTHX_ SV *const ref, const U32 flags) =for apidoc sv_untaint Untaint an SV. Use C instead. + =cut */ @@ -9494,6 +9495,7 @@ Perl_sv_untaint(pTHX_ SV *const sv) =for apidoc sv_tainted Test an SV for taintedness. Use C instead. + =cut */ -- cgit v1.2.1