Update docs

This commit is contained in:
Victor Zverovich 2023-06-13 18:33:36 +03:00
parent 0765e7284c
commit dfc34821ad
2 changed files with 3 additions and 6 deletions

View File

@ -293,9 +293,6 @@ times and reduces binary code size compared to a fully parameterized version.
.. doxygenclass:: fmt::format_arg_store .. doxygenclass:: fmt::format_arg_store
:members: :members:
.. doxygenclass:: fmt::dynamic_format_arg_store
:members:
.. doxygenclass:: fmt::basic_format_args .. doxygenclass:: fmt::basic_format_args
:members: :members:

View File

@ -49,9 +49,9 @@ def build_docs(version='dev', **kwargs):
GENERATE_MAN = NO GENERATE_MAN = NO
GENERATE_RTF = NO GENERATE_RTF = NO
CASE_SENSE_NAMES = NO CASE_SENSE_NAMES = NO
INPUT = {0}/chrono.h {0}/color.h {0}/core.h {0}/compile.h \ INPUT = {0}/args.h {0}/chrono.h {0}/color.h {0}/core.h \
{0}/format.h {0}/os.h {0}/ostream.h {0}/printf.h \ {0}/compile.h {0}/format.h {0}/os.h {0}/ostream.h \
{0}/xchar.h {0}/printf.h {0}/xchar.h
QUIET = YES QUIET = YES
JAVADOC_AUTOBRIEF = YES JAVADOC_AUTOBRIEF = YES
AUTOLINK_SUPPORT = NO AUTOLINK_SUPPORT = NO