diff options
| author | bors <bors@rust-lang.org> | 2014-03-11 12:36:58 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-11 12:36:58 -0700 |
| commit | 74bfa7108a62c053fdeae2bb093f8035e19e2ef2 (patch) | |
| tree | 4b447bfb82b4b87415087f7b71a5dd5c2b9e4ef0 /src/etc | |
| parent | 3bede9fd310540a0fd72371008f8aa606b23b11b (diff) | |
| parent | 840a2701accbaeb6d4537db79e47150313c74d42 (diff) | |
| download | rust-74bfa7108a62c053fdeae2bb093f8035e19e2ef2.tar.gz rust-74bfa7108a62c053fdeae2bb093f8035e19e2ef2.zip | |
auto merge of #12783 : adrientetar/rust/more-docs, r=alexcrichton
- remove `node.js` dep., it has no effect as of #12747 (1) - switch between LaTeX compilers, some cleanups - CSS: fixup the print stylesheet, refactor highlighting code (2) (1): `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 ([here is](http://adrientetar.github.io/rust-tuts/tutorial/tutorial.pdf) an example of that). (2): the only real highlighting change is for lifetimes which are now brown instead of red, the rest is just refactor of twos shades of red that look the same. Also I made numbers highlighting for src in rustdoc a tint more clear so that it is less bothering. @alexcrichton, @huonw Closes #9873. Closes #12788.
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/licenseck.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/etc/licenseck.py b/src/etc/licenseck.py index ec4c60c21ee..1e599125e89 100644 --- a/src/etc/licenseck.py +++ b/src/etc/licenseck.py @@ -33,8 +33,6 @@ license4 = """ The Rust Project Developers. See the COPYRIGHT """ exceptions = [ - "doc/lib/codemirror-node.js", # MIT - "doc/lib/codemirror-rust.js", # MIT "rt/rust_android_dummy.cpp", # BSD, chromium "rt/rust_android_dummy.h", # BSD, chromium "rt/isaac/randport.cpp", # public domain |
