summary refs log tree commit diff
path: root/src/rustdoc/doc.rs
AgeCommit message (Expand)AuthorLines
2012-01-17rustdoc: Add rustdocsBrian Anderson-0/+2
2012-01-16rustdoc: Remove attribute parsing from extract moduleBrian Anderson-1/+1
2012-01-16rustdoc: CleanupBrian Anderson-1/+1
2012-01-16rustdoc: Convert fn return type to retdoc recordBrian Anderson-1/+6
2012-01-16rustdoc: Change fndoc's arg list to a vec from mapBrian Anderson-3/+1
2012-01-16rustdoc: Push imports down into submodulesBrian Anderson-0/+2
2012-01-16rustdoc: Attach the AST node id to fndocsBrian Anderson-0/+3
2012-01-16rustdoc: Build mod and fn nodes from the ASTBrian Anderson-5/+12
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-0/+14