mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Document namespace use.
This commit is contained in:
parent
64005c04ac
commit
cdfbd128ec
@ -5,6 +5,10 @@
|
||||
C++ Format Library API
|
||||
----------------------
|
||||
|
||||
All functions and classes provided by the C++ Format library reside
|
||||
in namespace ``fmt`` and macros have prefix ``FMT_``. For brevity the
|
||||
namespace is often omitted in examples.
|
||||
|
||||
.. doxygenfunction:: fmt::Format(StringRef)
|
||||
|
||||
.. doxygenclass:: fmt::BasicWriter
|
||||
|
Loading…
Reference in New Issue
Block a user