From e8aa0f33154e8c2dba6d47710aad8145abfe5ec4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 21 Mar 2018 06:12:10 -0700 Subject: [PATCH] Update docs --- doc/api.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api.rst b/doc/api.rst index 7cfd6b5a..5d9db7dd 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -238,9 +238,6 @@ custom argument formatter class:: std::string s = custom_format("{:x}", -42); // s == "ffffffd6" -.. doxygenclass:: fmt::ArgVisitor - :members: - .. doxygenclass:: fmt::arg_formatter :members: