diff --git a/doc/build.py b/doc/build.py index 32eb03dd03f3..52e375f94a3e 100755 --- a/doc/build.py +++ b/doc/build.py @@ -29,7 +29,7 @@ def build_docs(): execfile(activate_this_file, dict(__file__=activate_this_file)) # Install Sphinx and Breathe. pip_install('sphinx==1.3.1') - pip_install('michaeljones/breathe', '18bd461b4e29dde0adf5df4b3da7e5473e2c2983') + pip_install('michaeljones/breathe', '511b0887293e7c6b12310bb61b3659068f48f0f4') # Build docs. cmd = ['doxygen', '-'] p = Popen(cmd, stdin=PIPE, cwd=doc_dir) diff --git a/format.h b/format.h index 453cf0546865..2e558edcb0f0 100644 --- a/format.h +++ b/format.h @@ -2378,8 +2378,7 @@ 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.