From 51b56f5c7c7e109a2c53226c83c2d324801d4f9b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 26 Aug 2020 17:47:31 -0600 Subject: Reorganize perlapi This uses a new organization of sections that I came up with. I asked for comments on p5p, but there were none. --- pp_sort.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pp_sort.c') diff --git a/pp_sort.c b/pp_sort.c index a3a7352aac..94c6a02e85 100644 --- a/pp_sort.c +++ b/pp_sort.c @@ -541,7 +541,7 @@ S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) } /* -=head1 SV Manipulation Functions +=for apidoc_section SV Handling =for apidoc sortsv_flags @@ -669,7 +669,6 @@ sortsv_cmp_locale_desc(pTHX_ gptr *base, size_t nmemb, U32 flags) #endif /* -=head1 Array Manipulation Functions =for apidoc sortsv -- cgit v1.2.1