about summary refs log tree commit diff
path: root/src/doc/prep.js
AgeCommit message (Collapse)AuthorLines
2014-03-09doc: remove node.js dependencyAdrien Tétar-87/+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-0/+10
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton-0/+0
This continues to generate all documentation into doc, but it now looks for source files in src/doc Closes #11860 Closes #11970
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+77
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files