mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-26 03:35:22 +00:00
Document which header defines formatting functions
This commit is contained in:
parent
ad6d78f2a8
commit
e208fbff52
@ -11,8 +11,8 @@ namespace is usually omitted in examples.
|
|||||||
Format API
|
Format API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
The following functions use :ref:`format string syntax <syntax>` similar
|
The following functions defined in ``fmt/format.h`` use :ref:`format string
|
||||||
to the one used by Python's `str.format
|
syntax <syntax>` similar to the one used by Python's `str.format
|
||||||
<http://docs.python.org/3/library/stdtypes.html#str.format>`_ function.
|
<http://docs.python.org/3/library/stdtypes.html#str.format>`_ function.
|
||||||
They take *format_str* and *args* as arguments.
|
They take *format_str* and *args* as arguments.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user