diff --git a/format.h b/format.h index de94b622..e07b6c61 100644 --- a/format.h +++ b/format.h @@ -2220,7 +2220,8 @@ class BasicArrayWriter : public BasicWriter { BasicArrayWriter(Char *array, std::size_t size) : BasicWriter(buffer_), buffer_(array, size) {} - /** + // FIXME: this is temporary undocumented due to a bug in Sphinx + /* \rst Constructs a :class:`fmt::BasicArrayWriter` object for *array* of the size known at compile time.