mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
tree-wide: fix rustdoc warnings, add some links
This commit is contained in:
parent
8a8431133e
commit
e3a67ccec6
7 changed files with 23 additions and 20 deletions
|
@ -6,9 +6,9 @@
|
|||
//! each submodule starts with `use super::*` import and exports
|
||||
//! "public" productions via `pub(super)`.
|
||||
//!
|
||||
//! See docs for `Parser` to learn about API, available to the grammar,
|
||||
//! and see docs for `Event` to learn how this actually manages to
|
||||
//! produce parse trees.
|
||||
//! See docs for [`Parser`](super::parser::Parser) to learn about API,
|
||||
//! available to the grammar, and see docs for [`Event`](super::event::Event)
|
||||
//! to learn how this actually manages to produce parse trees.
|
||||
//!
|
||||
//! Code in this module also contains inline tests, which start with
|
||||
//! `// test name-of-the-test` comment and look like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue