mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Temporary exclude fancy ctor from the docs
This commit is contained in:
3
format.h
3
format.h
@ -2220,7 +2220,8 @@ class BasicArrayWriter : public BasicWriter<Char> {
|
|||||||
BasicArrayWriter(Char *array, std::size_t size)
|
BasicArrayWriter(Char *array, std::size_t size)
|
||||||
: BasicWriter<Char>(buffer_), buffer_(array, size) {}
|
: BasicWriter<Char>(buffer_), buffer_(array, size) {}
|
||||||
|
|
||||||
/**
|
// FIXME: this is temporary undocumented due to a bug in Sphinx
|
||||||
|
/*
|
||||||
\rst
|
\rst
|
||||||
Constructs a :class:`fmt::BasicArrayWriter` object for *array* of the
|
Constructs a :class:`fmt::BasicArrayWriter` object for *array* of the
|
||||||
size known at compile time.
|
size known at compile time.
|
||||||
|
Reference in New Issue
Block a user