cosmetic: tidy comment for atavism

This commit is contained in:
Roland Conybeare 2023-10-11 17:43:01 -04:00
commit 4c5992ae40

View file

@ -27,7 +27,7 @@ namespace xo {
static bool nesting_level_enabled; static bool nesting_level_enabled;
/* color to use for explicit nesting level */ /* color to use for explicit nesting level */
static color_spec_type nesting_level_color; static color_spec_type nesting_level_color;
/* display style for function names. FS_Simple|FS_Pretty|FS_Streamlined */ /* display style for function names. function_style:: literal|simple|pretty|streamlined */
static function_style style; static function_style style;
/* color to use for function name, on entry/exit (xo::scope creation/destruction) /* color to use for function name, on entry/exit (xo::scope creation/destruction)
* (ansi color codes, see Select Graphics Rendition subset) * (ansi color codes, see Select Graphics Rendition subset)