From 4ba3f7db82618db7c3de40aec767a72931cf3f7d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 15 Feb 2018 18:52:44 -0800 Subject: [PATCH] Update docs --- doc/api.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 45408d38..5112b56d 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -176,15 +176,6 @@ argument type doesn't match its format specification. .. doxygenfunction:: sprintf(string_view, const Args&...) -.. doxygenclass:: fmt::PrintfFormatter - :members: - -.. doxygenclass:: fmt::BasicPrintfArgFormatter - :members: - -.. doxygenclass:: fmt::PrintfArgFormatter - :members: - Write API =========