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: