forked from fmtlib/fmt
Update readme and doxygen config
This commit is contained in:
@ -104,8 +104,8 @@ Use {fmt} as a safe portable replacement for ``itoa``
|
|||||||
format_to(buf, "{:x}", 42); // replaces itoa(42, buffer, 16)
|
format_to(buf, "{:x}", 42); // replaces itoa(42, buffer, 16)
|
||||||
// access the string with to_string(buf) or buf.data()
|
// access the string with to_string(buf) or buf.data()
|
||||||
|
|
||||||
Formatting of user-defined types is supported via a simple
|
Format objects of user-defined types via a simple `extension API
|
||||||
`extension API <http://fmtlib.net/latest/api.html#formatting-user-defined-types>`_:
|
<http://fmtlib.net/latest/api.html#formatting-user-defined-types>`_:
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ def build_docs(version='dev', **kwargs):
|
|||||||
XML_OUTPUT = {1}
|
XML_OUTPUT = {1}
|
||||||
ALIASES = "rst=\verbatim embed:rst"
|
ALIASES = "rst=\verbatim embed:rst"
|
||||||
ALIASES += "endrst=\endverbatim"
|
ALIASES += "endrst=\endverbatim"
|
||||||
INLINE_INHERITED_MEMB = YES
|
INLINE_INHERITED_MEMBERS = YES
|
||||||
MACRO_EXPANSION = YES
|
MACRO_EXPANSION = YES
|
||||||
PREDEFINED = _WIN32=1 \
|
PREDEFINED = _WIN32=1 \
|
||||||
FMT_USE_VARIADIC_TEMPLATES=1 \
|
FMT_USE_VARIADIC_TEMPLATES=1 \
|
||||||
|
Reference in New Issue
Block a user