Skip to content

Commit

Permalink
Add doc roots
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 22, 2015
1 parent 4605db3 commit e22cdea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phf_codegen/src/lib.rs
Expand Up @@ -54,6 +54,7 @@
//! KEYWORDS.get(keyword).cloned()
//! }
//! ```
#![doc(html_root_url="http://sfackler.github.io/rust-phf/doc")]
#![feature(io)]

extern crate phf_shared;
Expand Down
1 change: 1 addition & 0 deletions phf_generator/src/lib.rs
@@ -1,3 +1,4 @@
#![doc(html_root_url="http://sfackler.github.io/rust-phf/doc")]
extern crate phf_shared;
extern crate rand;

Expand Down

0 comments on commit e22cdea

Please sign in to comment.