📝 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
-17
View File
@@ -29,23 +29,6 @@ pub fn async_logger_state_to_json(state : AsyncLoggerState) -> @json_parser.Json
- `JsonValue` - Structured JSON representation of the async logger snapshot.
---
e.g.:
```moonbit
pub fn async_logger_state_to_json(state : AsyncLoggerState) -> @json_parser.JsonValue {}
```
#### input
- `state : AsyncLoggerState` - Async logger runtime snapshot.
#### output
- `JsonValue` - JSON-exportable state value.
---
### Explanation
Detailed rules explaining key parameters and behaviors