Commit 3ef5caa9 authored by Victor Zverovich's avatar Victor Zverovich

Update docs

parent dccd3e67
...@@ -140,6 +140,9 @@ times and reduces binary code size compared to a fully parameterized version. ...@@ -140,6 +140,9 @@ times and reduces binary code size compared to a fully parameterized version.
.. doxygenclass:: fmt::basic_format_arg .. doxygenclass:: fmt::basic_format_arg
:members: :members:
.. doxygenclass:: fmt::basic_format_parse_context
:members:
.. doxygenclass:: fmt::basic_format_context .. doxygenclass:: fmt::basic_format_context
:members: :members:
...@@ -303,9 +306,6 @@ If a type provides both a ``formatter`` specialization and an implicit ...@@ -303,9 +306,6 @@ If a type provides both a ``formatter`` specialization and an implicit
conversion to a formattable type, the specialization takes precedence over the conversion to a formattable type, the specialization takes precedence over the
conversion. conversion.
.. doxygenclass:: fmt::basic_format_parse_context
:members:
Literal-based API Literal-based API
----------------- -----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment