diff options
| author | bors <bors@rust-lang.org> | 2014-01-08 07:26:41 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-08 07:26:41 -0800 |
| commit | 464d1d044eebace50d17c10731493d6898490876 (patch) | |
| tree | 886787e27d87335fc126fcfb4becedea1b0b5d4d /src/libnative | |
| parent | fda71f26301d153ca8d9489281d382af79792d63 (diff) | |
| parent | 9dc44c7d861de4db93620589507e3ce935677392 (diff) | |
| download | rust-464d1d044eebace50d17c10731493d6898490876.tar.gz rust-464d1d044eebace50d17c10731493d6898490876.zip | |
auto merge of #11405 : huonw/rust/moredocs, r=huonw
Various documentation changes, change the 'borrowed pointer' terminology to 'reference', fix a problem with 'make dist' on windows.
Diffstat (limited to 'src/libnative')
| -rw-r--r-- | src/libnative/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs index 7691f0b5567..80eb8c00cfd 100644 --- a/src/libnative/lib.rs +++ b/src/libnative/lib.rs @@ -18,6 +18,9 @@ #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; #[crate_type = "dylib"]; +#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png", + html_favicon_url = "http://www.rust-lang.org/favicon.ico", + html_root_url = "http://static.rust-lang.org/doc/master")]; // NB this crate explicitly does *not* allow glob imports, please seriously // consider whether they're needed before adding that feature here (the |
