diff --git a/fmt/printf.h b/fmt/printf.h index 3c3e32fe..78cda420 100644 --- a/fmt/printf.h +++ b/fmt/printf.h @@ -279,6 +279,7 @@ class PrintfFormatter : private internal::FormatterBase { explicit PrintfFormatter(const ArgList &args, BasicWriter &w) : FormatterBase(args), writer_(w) {} + /** Formats stored arguments and writes the output to the writer. */ FMT_API void format(BasicCStringRef format_str); };