rustdoc: Add rustdocs
This commit is contained in:
parent
5fbadd24ec
commit
e23e45bc6d
10 changed files with 39 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
#[doc(
|
||||
brief = "Attribute parsing",
|
||||
desc =
|
||||
"The attribute parser provides methods for pulling documentation out of \
|
||||
an AST's attributes."
|
||||
)];
|
||||
|
||||
import rustc::syntax::ast;
|
||||
import rustc::front::attr;
|
||||
import core::tuple;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue