rustdoc: Document attr_parser::doc_meta
This commit is contained in:
parent
17fef6caaf
commit
9191911499
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ type arg_attrs = {
|
|||
desc: str
|
||||
};
|
||||
|
||||
#[doc =
|
||||
"Given a vec of attributes, extract the meta_items contained in the \
|
||||
doc attribute"]
|
||||
fn doc_meta(
|
||||
attrs: [ast::attribute]
|
||||
) -> option<@ast::meta_item> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue