summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-04 09:37:34 -0700
committerKarl Williamson <khw@cpan.org>2020-11-06 07:24:38 -0700
commit8922262882db1daa438836fc0323c90d84cf7f1a (patch)
tree73dd6ea9e5145d9bd0751eb16dc50994d2968b02 /pp_sort.c
parentca7113073cac53c5ac744b2699c0dffc7c4e26df (diff)
downloadperl-8922262882db1daa438836fc0323c90d84cf7f1a.tar.gz
autodoc.pl: Specify scn for single-purpose files
Many of the files in perl are for one thing only, and hence their embedded documentation will be for that one thing. By creating a hash here of them, those files don't have to worry about what section that documentation goes under, and so it can be completely changed without affecting them.
Diffstat (limited to 'pp_sort.c')
-rw-r--r--pp_sort.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 94c6a02e85..253c2977d0 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -541,8 +541,6 @@ S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags)
}
/*
-=for apidoc_section SV Handling
-
=for apidoc sortsv_flags
In-place sort an array of SV pointers with the given comparison routine,