aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/other/naming_rule.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: migrate renderer examples to buffer macro and update docs魏曹先生14 days1-11/+8
| | | | | | | | Update all documentation and code examples to use the new `#[renderer(buffer)]` pattern with `r_println!` instead of manually constructing `RenderResult` with `writeln!`.
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生2026-07-191-1/+1
|
* docs: migrate renderers from `r_println!` to `RenderResult` return type魏曹先生2026-07-111-4/+8
|
* feat(docs): add @@@ hidden code block support for compile-tested魏曹先生2026-06-301-12/+22
| | | | examples
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-1/+1
|
* Add naming conventions documentation and update sidebarWeicao-CatilGrass2026-06-121-0/+200