aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-19 10:21:15 -0700
committerVictor Zverovich <viz@fb.com>2020-07-19 10:23:46 -0700
commitc08518a25b57a7068e0be04d74acff6f1a195f98 (patch)
tree8b87a45a9ba4aa8ad9e5f4037de6ebdec605ad18 /doc
parente2837084eee731cfdfc542004c706b739b67d33f (diff)
downloadfmtlib-c08518a25b57a7068e0be04d74acff6f1a195f98.tar.gz
Move make_args_checked to the public API
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst2
-rwxr-xr-xdoc/build.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/api.rst b/doc/api.rst
index f4ea0ec7..28270144 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -68,6 +68,8 @@ Argument Lists
.. doxygenfunction:: fmt::make_format_args(const Args&...)
+.. doxygenfunction:: fmt::make_args_checked(const S&, const remove_reference_t<Args>&...)
+
.. doxygenclass:: fmt::format_arg_store
:members:
diff --git a/doc/build.py b/doc/build.py
index 385205d9..57b0c7ae 100755
--- a/doc/build.py
+++ b/doc/build.py
@@ -74,8 +74,8 @@ def build_docs(sphinx_executable='sphinx-build', version='dev', **kwargs):
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
- INPUT = {0}/core.h {0}/compile.h {0}/format.h {0}/os.h \
- {0}/ostream.h {0}/printf.h {0}/time.h
+ INPUT = {0}/color.h {0}/core.h {0}/compile.h {0}/format.h \
+ {0}/os.h {0}/ostream.h {0}/printf.h {0}/time.h
QUIET = YES
JAVADOC_AUTOBRIEF = YES
AUTOLINK_SUPPORT = NO