about summary refs log tree commit diff
path: root/src/libworkcache
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-03-15 14:26:12 -0700
committerSteven Fackler <sfackler@gmail.com>2014-03-15 14:26:12 -0700
commit9106c15ffda4e4988fb164e66b0cb713310ba78f (patch)
tree92299bd8f79fa67231f317129bdcbfce84f41cc7 /src/libworkcache
parent352c5e7eb767401e426e526acf5c8fe0311d8c30 (diff)
downloadrust-9106c15ffda4e4988fb164e66b0cb713310ba78f.tar.gz
rust-9106c15ffda4e4988fb164e66b0cb713310ba78f.zip
Add rustdoc html crate info
Diffstat (limited to 'src/libworkcache')
-rw-r--r--src/libworkcache/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libworkcache/lib.rs b/src/libworkcache/lib.rs
index eb63f2dacbb..ce7557fb2aa 100644
--- a/src/libworkcache/lib.rs
+++ b/src/libworkcache/lib.rs
@@ -12,6 +12,9 @@
 #[crate_type = "rlib"];
 #[crate_type = "dylib"];
 #[license = "MIT/ASL2"];
+#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
+      html_favicon_url = "http://www.rust-lang.org/favicon.ico",
+      html_root_url = "http://static.rust-lang.org/doc/master")];
 #[allow(deprecated_owned_vector, visible_private_types)];
 
 extern crate serialize;