Update docs

This commit is contained in:
Victor Zverovich 2019-11-06 12:48:21 +00:00
parent 5bb7b28e15
commit d4ca54253a

View File

@ -182,7 +182,7 @@ You can also write a formatter for a hierarchy of classes::
fmt::print("{}", a); // prints "B"
}
.. doxygenclass: fmt::basic_format_parse_context
.. doxygenclass:: fmt::basic_format_parse_context
:members:
Output Iterator Support