diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-03-15 14:26:12 -0700 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-03-15 14:26:12 -0700 |
| commit | 9106c15ffda4e4988fb164e66b0cb713310ba78f (patch) | |
| tree | 92299bd8f79fa67231f317129bdcbfce84f41cc7 /src/libhexfloat | |
| parent | 352c5e7eb767401e426e526acf5c8fe0311d8c30 (diff) | |
| download | rust-9106c15ffda4e4988fb164e66b0cb713310ba78f.tar.gz rust-9106c15ffda4e4988fb164e66b0cb713310ba78f.zip | |
Add rustdoc html crate info
Diffstat (limited to 'src/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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)]; |
