From 811964502db55600d12f40da897a75323d06d5b2 Mon Sep 17 00:00:00 2001 From: vitaut Date: Fri, 18 Dec 2015 07:24:25 -0800 Subject: [PATCH] Add BasicFormatter's members to the docs --- doc/api.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api.rst b/doc/api.rst index f3158a7f..78ae69fa 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -37,6 +37,7 @@ arguments in the resulting string. .. doxygenfunction:: print(std::ostream&, CStringRef, ArgList) .. doxygenclass:: fmt::BasicFormatter + :members: Printf formatting functions ---------------------------