From cdfbd128ecec34feadb70be8c491bc7115a93f06 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 19 Apr 2014 19:17:06 -0700 Subject: [PATCH] Document namespace use. --- doc/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/index.rst b/doc/index.rst index e230cc3f..18bf1c4f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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