about summary refs log tree commit diff
path: root/src/doc/lib
AgeCommit message (Collapse)AuthorLines
2014-03-09doc: remove node.js dependencyAdrien Tétar-599/+0
`prep.js` outputs its own HTML directives, which `pandoc` cannot recognize when converting the document into LaTeX (this is why the PDF docs have never been highlighted as of now). Note that if we were to add the `.rust` class to snippets, we could probably use pandoc's native highlighting capatibilities i.e. Kate.
2014-02-17Added more scripts to tidy checkDerek Guenther-2/+44
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+557
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files