From dfc34821adc9d16408910145a7cabc8c2d2fb4b9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 13 Jun 2023 18:33:36 +0300 Subject: [PATCH] Update docs --- doc/api.rst | 3 --- doc/build.py | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 19f5ce17..8c1226fb 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -293,9 +293,6 @@ times and reduces binary code size compared to a fully parameterized version. .. doxygenclass:: fmt::format_arg_store :members: -.. doxygenclass:: fmt::dynamic_format_arg_store - :members: - .. doxygenclass:: fmt::basic_format_args :members: diff --git a/doc/build.py b/doc/build.py index 29d70ada..b1dde12e 100755 --- a/doc/build.py +++ b/doc/build.py @@ -49,9 +49,9 @@ def build_docs(version='dev', **kwargs): GENERATE_MAN = NO GENERATE_RTF = NO CASE_SENSE_NAMES = NO - INPUT = {0}/chrono.h {0}/color.h {0}/core.h {0}/compile.h \ - {0}/format.h {0}/os.h {0}/ostream.h {0}/printf.h \ - {0}/xchar.h + INPUT = {0}/args.h {0}/chrono.h {0}/color.h {0}/core.h \ + {0}/compile.h {0}/format.h {0}/os.h {0}/ostream.h \ + {0}/printf.h {0}/xchar.h QUIET = YES JAVADOC_AUTOBRIEF = YES AUTOLINK_SUPPORT = NO