summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 09:42:01 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 17:31:10 -0600
commit59e77c34ccc302b2ce084881d16fff7e91f4abf5 (patch)
treeab5c7274bb1cb21b7703267e772941c3fc798787 /util.c
parentca336c50d51a55c35bc2a7636ff67f8e3ae492dd (diff)
downloadperl-59e77c34ccc302b2ce084881d16fff7e91f4abf5.tar.gz
Document mini_mktime
Diffstat (limited to 'util.c')
-rw-r--r--util.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/util.c b/util.c
index 18ef553867..3d8f948bcb 100644
--- a/util.c
+++ b/util.c
@@ -3802,8 +3802,12 @@ Perl_init_tm(pTHX_ struct tm *ptm) /* see mktime, strftime and asctime */
}
/*
- * mini_mktime - normalise struct tm values without the localtime()
- * semantics (and overhead) of mktime().
+=for apidoc_section Time
+=for apidoc mini_mktime
+normalise S<C<struct tm>> values without the localtime() semantics (and
+overhead) of mktime().
+
+=cut
*/
void
Perl_mini_mktime(struct tm *ptm)