mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 02:29:08 +00:00
Update readme and doxygen config
This commit is contained in:
parent
ae0b0dab9f
commit
ec645ca262
@ -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++
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user