diff --git a/cppformat/format.h b/cppformat/format.h index bb73a54c..0be1bfbf 100644 --- a/cppformat/format.h +++ b/cppformat/format.h @@ -1964,7 +1964,14 @@ class BasicArgFormatter : public internal::ArgFormatterBase { const Char *format_; public: - /** Constructs an argument formatter object. */ + /** + \rst + Constructs an argument formatter object. + *f* is a reference to the main formatter object, *s* contains format + specifier information for standard argument types, and *fmt* points to + the part of the format string being parsed for custom argument types. + \endrst + */ BasicArgFormatter(BasicFormatter &f, FormatSpec &s, const Char *fmt) : internal::ArgFormatterBase(f.writer(), s),