mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-13 06:30:06 +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)
|
||||
: BasicWriter<Char>(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.
|
||||
|
Loading…
Reference in New Issue
Block a user