mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-12 10:20:09 +00:00
Temporary exclude fancy ctor from the docs
This commit is contained in:
parent
7c0d5756ff
commit
efc42fbd4e
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user