summary refs log tree commit diff
path: root/src/rustdoc/attr_pass.rs
AgeCommit message (Expand)AuthorLines
2012-01-19rustdoc: Make doc::retdoc non-optionalBrian Anderson-14/+6
2012-01-19rustdoc: Write markdown for function signaturesBrian Anderson-4/+13
2012-01-19rustdoc: Add function signatures to the doc treeBrian Anderson-1/+1
2012-01-19rustdoc: Add function signature field to the doc::fndocBrian Anderson-1/+2
2012-01-19rustdoc: Attach return value descriptions to the doc treeBrian Anderson-3/+24
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-1/+1
2012-01-19rustdoc: CleanupBrian Anderson-18/+3
2012-01-19rustdoc: Remove nullary-tag dotsBrian Anderson-1/+1
2012-01-18rustdoc: Add fn arg descriptions to the doc treeBrian Anderson-4/+26
2012-01-18rustdoc: Change field order on doc::fndocBrian Anderson-2/+2
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