Skip to content

Commit 301cb0b

Browse files
committed
locale.c: add api_section lines
1 parent 9389302 commit 301cb0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

locale.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4434,6 +4434,7 @@ S_native_querylocale_i(pTHX_ const locale_category_index cat_index)
44344434
#endif /* USE_LOCALE */
44354435

44364436
/*
4437+
=for apidoc_section $locale
44374438
=for apidoc Perl_setlocale
44384439
44394440
This is an (almost) drop-in replacement for the system C<L<setlocale(3)>>,
@@ -5176,6 +5177,7 @@ Perl_mbtowc_(pTHX_ const wchar_t * pwc, const char * s, const Size_t len)
51765177
}
51775178

51785179
/*
5180+
=for apidoc_section $locale
51795181
=for apidoc Perl_localeconv
51805182
51815183
This is a thread-safe version of the libc L<localeconv(3)>. It is the same as
@@ -10836,6 +10838,7 @@ Perl_switch_to_global_locale(pTHX)
1083610838

1083710839
/*
1083810840
10841+
=for apidoc_section $locale
1083910842
=for apidoc sync_locale
1084010843
1084110844
This function copies the state of the program global locale into the calling

0 commit comments

Comments
 (0)