diff --git a/src/rustdoc/attr_parser.rs b/src/rustdoc/attr_parser.rs index beec9e0301d9..5e1e6eaf6540 100644 --- a/src/rustdoc/attr_parser.rs +++ b/src/rustdoc/attr_parser.rs @@ -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> {