Skip to content

Commit 8cbe77e

Browse files
committed
Documentation icon cfg hint for rustdoc
1 parent 9bc3d73 commit 8cbe77e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#![doc(html_logo_url = "http://www.arrayfire.com/logos/arrayfire_logo_symbol.png",
2+
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
3+
html_root_url = "http://arrayfire.com/docs/rust")]
4+
15
pub use array::Array;
26
pub use array::{print};
37
mod array;

0 commit comments

Comments
 (0)