about summary refs log tree commit diff
path: root/src/rustdoc/attr_parser.rs
AgeCommit message (Expand)AuthorLines
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-10/+21
2012-01-16rustdoc: Add regression tests for existing attr parsing behaviorBrian Anderson-6/+87
2012-01-16rustdoc: Change parse_fn to take a vector of attributesBrian Anderson-1/+39
2012-01-16rustdoc: Rename parse_compound_fndoc to parse_fnBrian Anderson-2/+2
2012-01-16rustdoc: Move parse_compound_fndoc into mod attr_parserBrian Anderson-0/+67