Module Style
: sigendtypecolor =
| Black
| Red
| Green
| Yellow
| Blue
| Magenta
| Cyan
| White
typestyle =
| FG ofcolor
| BG ofcolor
| Bold
| Reset
typeFormat.stag +=
| Style ofstylelistvalansi_of_style_l : stylelist->stringtypetag_style = {
ansi : stylelist ;
text_open : string ;
text_close : string ;
}
typestyles = {
error : tag_style ;
warning : tag_style ;
loc : tag_style ;
hint : tag_style ;
inline_code : tag_style ;
}
valas_inline_code : 'aFormat_doc.printer->'aFormat_doc.printervalinline_code : stringFormat_doc.printervaldefault_styles : stylesvalget_styles : unit->stylesvalset_styles : styles->unitvalsetup : Misc.Color.settingoption->unitvalset_tag_handling : Format.formatter->unit
OCamldoc 2025-06-12 Misc.Style(3o)