From 810357c014f92234194604f11738d03b0c9fae0c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 26 Jul 2020 08:22:56 -0700 Subject: [PATCH] Document color --- doc/api.rst | 2 ++ 1 file changed, 2 insertions(+) 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: