From f730eed213143db6e3082311f54afbf0c87bdd2d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 14 Mar 2026 15:41:57 -0700 Subject: [PATCH] vt: fix missing formatter docs in doxygen --- include/ghostty/vt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ghostty/vt.h b/include/ghostty/vt.h index 42cd73e37..dd5eda989 100644 --- a/include/ghostty/vt.h +++ b/include/ghostty/vt.h @@ -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