From 69dc3a853516476a675b9339cba57a97dfadba19 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 18 Jun 2021 12:51:48 -0700 Subject: [PATCH] Fix docs --- doc/api.rst | 2 +- doc/fmt.less | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index 079299cd..e295f171 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -128,7 +128,7 @@ times and reduces binary code size compared to a fully parameterized version. .. doxygenclass:: fmt::basic_format_args :members: -.. doxygenstruct:: fmt::format_args +.. doxygentypedef:: fmt::format_args .. doxygenclass:: fmt::basic_format_arg :members: diff --git a/doc/fmt.less b/doc/fmt.less index 55c716b8..3a97b9fd 100644 --- a/doc/fmt.less +++ b/doc/fmt.less @@ -56,6 +56,11 @@ div.sphinxsidebar { padding: 0; } +// Override center alignment in tables. +td { + text-align: left; +} + p.rubric { margin-top: 10px; }