Document namespace use.

This commit is contained in:
Victor Zverovich 2014-04-19 19:17:06 -07:00
parent 64005c04ac
commit cdfbd128ec

View File

@ -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