fmt/doc
Thomas Braun afe8267f9f Documentation/api.rst: Use same template argument order as in the prototype
The formatter prototype is

// A formatter for objects of type T.
template <typename T, typename Char = char, typename Enable = void>
struct formatter {
  explicit formatter(internal::dummy_formatter_arg);
  };

so we should use this order in the example as well.

In addition we use Char instead of plain char to not confuse the reader
as this name is totally arbitrary.
2019-02-22 18:47:19 +01:00
..
_static Customize Sphinx theme 2015-05-19 08:13:13 -07:00
_templates Fix download link 2016-06-03 08:19:24 -07:00
basic-bootstrap add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5 2018-01-28 20:20:39 -08:00
bootstrap .container -> .tb-container (fixes #165) 2015-05-23 12:28:41 -07:00
api.rst Documentation/api.rst: Use same template argument order as in the prototype 2019-02-22 18:47:19 +01:00
build.py Update version 2018-12-28 12:31:41 -08:00
CMakeLists.txt Improve docs 2018-12-28 15:05:42 -08:00
conf.py Update copyright 2018-03-04 10:11:44 -08:00
contents.rst Customize Sphinx theme 2015-05-19 08:13:13 -07:00
fmt.less cppformat -> fmt 2016-04-24 10:39:33 -07:00
index.rst minor documentation corrections 2018-10-08 06:27:25 -07:00
python-license.txt Move license to a separate file 2015-05-07 06:43:13 -07:00
syntax.rst Clarify that '\0' cannot be used as fill (#832) 2018-08-19 08:37:40 -07:00
usage.rst Update docs 2019-01-30 06:07:59 -08:00