vt: fix missing formatter docs in doxygen

This commit is contained in:
Mitchell Hashimoto
2026-03-14 15:41:57 -07:00
parent 647f5adf55
commit f730eed213

View File

@@ -29,6 +29,7 @@
*
* The API is organized into the following groups:
* - @ref terminal "Terminal" - Complete terminal emulator state and rendering
* - @ref formatter "Formatter" - Format terminal content as plain text, VT sequences, or HTML
* - @ref key "Key Encoding" - Encode key events into terminal sequences
* - @ref osc "OSC Parser" - Parse OSC (Operating System Command) sequences
* - @ref sgr "SGR Parser" - Parse SGR (Select Graphic Rendition) sequences