From 9106c15ffda4e4988fb164e66b0cb713310ba78f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 15 Mar 2014 14:26:12 -0700 Subject: Add rustdoc html crate info --- src/libhexfloat/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libhexfloat') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index f331391d35a..16a18f459c0 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -40,6 +40,9 @@ fn main() { #[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")]; #[feature(macro_registrar, managed_boxes)]; -- cgit 1.4.1-3-g733a5