📝 Refine API doc notes and guidance

This commit is contained in:
Nanaloveyuki
2026-05-12 13:32:15 +08:00
parent 4d913aa642
commit c6c153cf53
47 changed files with 0 additions and 236 deletions
-5
View File
@@ -90,12 +90,7 @@ e.g.:
### Notes
Notes are here.
1. Prefer this API when formatter behavior must be stored, parsed, or serialized.
2. Prefer `text_formatter(...)` when writing direct runtime code without config.
3. `to_formatter()` is the key bridge from config to runtime behavior.
4. This type is central to config-driven text sink assembly.