mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Mark apidoc as rst
This commit is contained in:
@ -449,6 +449,7 @@ struct error_handler {
|
|||||||
template <typename S> using char_t = typename internal::char_t_impl<S>::type;
|
template <typename S> using char_t = typename internal::char_t_impl<S>::type;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
\rst
|
||||||
Parsing context consisting of a format string range being parsed and an
|
Parsing context consisting of a format string range being parsed and an
|
||||||
argument counter for automatic indexing.
|
argument counter for automatic indexing.
|
||||||
|
|
||||||
@ -461,6 +462,7 @@ template <typename S> using char_t = typename internal::char_t_impl<S>::type;
|
|||||||
+-----------------------+-------------------------------------+
|
+-----------------------+-------------------------------------+
|
||||||
| wformat_parse_context | basic_format_parse_context<wchar_t> |
|
| wformat_parse_context | basic_format_parse_context<wchar_t> |
|
||||||
+-----------------------+-------------------------------------+
|
+-----------------------+-------------------------------------+
|
||||||
|
\endrst
|
||||||
*/
|
*/
|
||||||
template <typename Char, typename ErrorHandler = internal::error_handler>
|
template <typename Char, typename ErrorHandler = internal::error_handler>
|
||||||
class basic_format_parse_context : private ErrorHandler {
|
class basic_format_parse_context : private ErrorHandler {
|
||||||
|
Reference in New Issue
Block a user