mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-28 06:36:02 +00:00
Update docs
This commit is contained in:
parent
0765e7284c
commit
dfc34821ad
@ -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:
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user