Commit cdfbd128 authored by Victor Zverovich's avatar Victor Zverovich

Document namespace use.

parent 64005c04
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment