Khải ae94e98976 docs(guide/dev): intra-links (#352)
* docs(style): require intra-doc links for identifier mentions

Add a CODE_STYLE_GUIDE.md section telling contributors (and AI agents)
to turn identifier mentions inside `///` and `//!` doc comments into
rustdoc intra-doc links when the identifier is reachable from scope.
Intra-links give readers one-click navigation and let rustdoc surface
broken-link warnings when items are renamed or removed.

* docs(style): tighten intra-doc link guidance

Drop the redundant `//!` callout — saying "doc comment (`///` or `//!`)"
once at the top is enough; the second example only restated the rule.

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-04-30 20:34:50 +02:00
Description
No description provided
MIT 301 MiB
Languages
Rust 61.8%
TypeScript 37.7%
JavaScript 0.4%