From eedfdb4c5cd4fb63985d29a67548e50e38bfa510 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 2 Jan 2024 08:44:15 -0800 Subject: [PATCH] Fix docs --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 31b0328d..88ee3e98 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -516,7 +516,7 @@ The format syntax is described in :ref:`chrono-specs`. .. doxygenfunction:: localtime(std::time_t time) -.. doxygenfunction:: gmtime(std::time_t time) +.. doxygenfunction:: gmtime(std::time_t time) -> std::tm .. _std-api: