aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-07-26 08:22:56 -0700
committerVictor Zverovich <viz@fb.com>2020-07-26 08:22:56 -0700
commit810357c014f92234194604f11738d03b0c9fae0c (patch)
tree487b4b6c43b037ddc423fffd9b1479f254ef27b6 /doc
parent0a7032a40034061dc77e0da843a2e8573a3d4be7 (diff)
downloadfmtlib-810357c014f92234194604f11738d03b0c9fae0c.tar.gz
Document color
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index d3d5ca5e..8c1db764 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -437,6 +437,8 @@ Terminal color and text style
``fmt/color.h`` provides support for terminal color and text style output.
+.. doxygenenum:: fmt::color
+
.. doxygenfunction:: print(const text_style&, const S&, const Args&...)
.. _ostream-api: