diff --git a/doc/api.rst b/doc/api.rst index ecd442a1..f3158a7f 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -8,8 +8,8 @@ All functions and classes provided by the C++ Format library reside in namespace ``fmt`` and macros have prefix ``FMT_``. For brevity the namespace is usually omitted in examples. -Formatting functions -==================== +Format API +========== The following functions use :ref:`format string syntax ` similar to the one used by Python's `str.format @@ -36,8 +36,10 @@ arguments in the resulting string. .. doxygenfunction:: print(std::ostream&, CStringRef, ArgList) +.. doxygenclass:: fmt::BasicFormatter + Printf formatting functions -=========================== +--------------------------- The following functions use `printf format string syntax `_ with