diff --git a/include/fmt/core.h b/include/fmt/core.h index fc0367fa..c481fb43 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -449,6 +449,7 @@ struct error_handler { template using char_t = typename internal::char_t_impl::type; /** + \rst Parsing context consisting of a format string range being parsed and an argument counter for automatic indexing. @@ -461,6 +462,7 @@ template using char_t = typename internal::char_t_impl::type; +-----------------------+-------------------------------------+ | wformat_parse_context | basic_format_parse_context | +-----------------------+-------------------------------------+ + \endrst */ template class basic_format_parse_context : private ErrorHandler {