From 530479bd07f7d01e0abfc7a5085370a95549d026 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 1 Jul 2014 13:12:44 -0700 Subject: [PATCH] Don't exclude PrepareBufferForInt to demonstrate an issue with docs. --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 64c39608..1db6bde5 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -17,4 +17,4 @@ PREDEFINED = _WIN32=1 \ FMT_USE_VARIADIC_TEMPLATES=1 \ FMT_USE_RVALUE_REFERENCES=1 EXCLUDE_SYMBOLS = fmt::internal::* BasicArg FormatParser StringValue \ - write_str PrepareBufferForInt + write_str