about summary refs log tree commit diff
path: root/doc/Topics.txt
AgeCommit message (Collapse)AuthorLines
2012-03-09build: Switch from naturaldocs to rustdocBrian Anderson-159/+0
2011-10-26Add more std documentationBrian Anderson-3/+3
2011-10-25Begin documenting std and add doc generation using naturaldocsBrian Anderson-0/+159
Naturaldocs isn't really that great but it seems easier to get something working than with doxygen, for which we would need to convert rust code to something C++ish. We probably want to just write a rustdoc utility at some point.