From 016714c57bd876a6f2d67bd874f4791de5608c10 Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 18 Dec 2015 07:16:40 -0800 Subject: [PATCH] Add BasicFormatter to the docs --- doc/api.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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