about summary refs log tree commit diff
path: root/src/rustdoc/attr_pass.rs
AgeCommit message (Expand)AuthorLines
2012-01-18rustdoc: Add mod docs attrs to the doc treeBrian Anderson-0/+56
2012-01-18rustdoc: Add brief and desc fields to module docsBrian Anderson-3/+2
2012-01-18rustdoc: Introduce type doc::argdocBrian Anderson-2/+2
2012-01-18rustdoc: Merge the crate's name attribute into the doc treeBrian Anderson-0/+38
2012-01-17rustdoc: Add rustdocsBrian Anderson-0/+8
2012-01-17rustdoc: Convert markdown generation to a passBrian Anderson-1/+5
2012-01-17rustdoc: Remove iface. Causing random crashes in resolve?Brian Anderson-7/+9
2012-01-16rustdoc: Begin writting the attribute extracting passBrian Anderson-3/+67
2012-01-16rustdoc: Add attr_pass for extracting attributesBrian Anderson-0/+10