📝 Align API docs with updated interface template

This commit is contained in:
Nanaloveyuki
2026-05-12 13:20:36 +08:00
parent 8dbadd5938
commit 4d913aa642
47 changed files with 2228 additions and 406 deletions
@@ -33,24 +33,6 @@ pub fn stringify_text_formatter_config(
- `String` - Serialized JSON text for the formatter config.
---
e.g.:
```moonbit
pub fn stringify_text_formatter_config(config : TextFormatterConfig, pretty~ : Bool = false) -> String {}
```
#### input
- `config : TextFormatterConfig` - Config to stringify.
- `pretty : Bool` - Pretty-print flag.
#### output
- `String` - JSON text.
---
### Explanation
Detailed rules explaining key parameters and behaviors