From 17fbcd166f746593c71718d2ca9bc50f46e7cb27 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 14 Apr 2014 14:42:43 -0700 Subject: [PATCH] Change String Formatting API to C++ Format Library API as it supports more general things than string formatting, e.g. file I/O. --- doc/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 4278019c..e230cc3f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -2,8 +2,8 @@ .. _string-formatting-api: -String Formatting API ---------------------- +C++ Format Library API +---------------------- .. doxygenfunction:: fmt::Format(StringRef)