diff --git a/format.h b/format.h index 80c36dfccf53..9a7e0253ea79 100644 --- a/format.h +++ b/format.h @@ -1867,11 +1867,11 @@ class BasicFormatter : private internal::FormatterBase { public: /** - * \rst - * Constructs a ``BasicFormatter`` object. References to the arguments and - * the writer are stored in the formatter object so make sure they have - * appropriate lifetimes. - * \endrst + \rst + Constructs a ``BasicFormatter`` object. References to the arguments and + the writer are stored in the formatter object so make sure they have + appropriate lifetimes. + \endrst */ BasicFormatter(const ArgList &args, BasicWriter &w) : internal::FormatterBase(args), writer_(w) {}