BasicContainerWriter utility added

This commit is contained in:
Jean-Charles Lefebvre
2017-01-05 20:44:35 -08:00
committed by Victor Zverovich
parent e1689cb985
commit e0251fdcef
6 changed files with 185 additions and 4 deletions
+3
View File
@@ -203,6 +203,9 @@ store output elsewhere by subclassing `~fmt::BasicWriter`.
.. doxygenclass:: fmt::BasicStringWriter
:members:
.. doxygenclass:: fmt::BasicContainerWriter
:members:
.. doxygenfunction:: bin(int)
.. doxygenfunction:: oct(int)
+2 -1
View File
@@ -72,7 +72,8 @@ def build_docs(version='dev', **kwargs):
GENERATE_MAN = NO
GENERATE_RTF = NO
CASE_SENSE_NAMES = NO
INPUT = {0}/format.h {0}/ostream.h {0}/printf.h {0}/string.h
INPUT = {0}/container.h {0}/format.h {0}/ostream.h \
{0}/printf.h {0}/string.h
QUIET = YES
JAVADOC_AUTOBRIEF = YES
AUTOLINK_SUPPORT = NO