Update readme and doxygen config

This commit is contained in:
Victor Zverovich 2019-03-16 10:47:50 -07:00
parent ae0b0dab9f
commit ec645ca262
2 changed files with 3 additions and 3 deletions

View File

@ -104,8 +104,8 @@ Use {fmt} as a safe portable replacement for ``itoa``
format_to(buf, "{:x}", 42); // replaces itoa(42, buffer, 16)
// access the string with to_string(buf) or buf.data()
Formatting of user-defined types is supported via a simple
`extension API <http://fmtlib.net/latest/api.html#formatting-user-defined-types>`_:
Format objects of user-defined types via a simple `extension API
<http://fmtlib.net/latest/api.html#formatting-user-defined-types>`_:
.. code:: c++

View File

@ -84,7 +84,7 @@ def build_docs(version='dev', **kwargs):
XML_OUTPUT = {1}
ALIASES = "rst=\verbatim embed:rst"
ALIASES += "endrst=\endverbatim"
INLINE_INHERITED_MEMB = YES
INLINE_INHERITED_MEMBERS = YES
MACRO_EXPANSION = YES
PREDEFINED = _WIN32=1 \
FMT_USE_VARIADIC_TEMPLATES=1 \