From 32d477e5f170a5987010797318d836287e4f8b6f Mon Sep 17 00:00:00 2001 From: Riccardo Brugo Date: Thu, 10 Mar 2022 21:24:47 +0100 Subject: [PATCH] Add `styled` in documentation (#2805) --- doc/api.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api.rst b/doc/api.rst index 6ace3486..d5c59037 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -476,6 +476,8 @@ Terminal color and text style .. doxygenfunction:: bg(detail::color_type) +.. doxygenfunction:: styled(const T& value, text_style ts) + .. _os-api: System APIs