rustdoc: Document attr_parser::doc_meta

This commit is contained in:
Brian Anderson 2012-01-18 13:59:19 -08:00
parent 17fef6caaf
commit 9191911499

View File

@ -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> {