summary refs log tree commit diff
path: root/src/rustdoc/text_pass.rs
AgeCommit message (Collapse)AuthorLines
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-14/+15
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-98/+1
Don't attempt to impose any structure for documenting arguments, return values, etc.
2012-03-09rustdoc: Add the concept of 'sections'Brian Anderson-1/+79
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-0/+294