Skip to content

Commit

Permalink
Tell docs.rs to use dox feature
Browse files Browse the repository at this point in the history
Just learned about docs.rs which automatically builds docs for crates.
Tell it to build i3ipc with the "dox" feature, which it should listen
to thanks to onur/docs.rs#73.
  • Loading branch information
tmerr committed Sep 24, 2017
1 parent e2f0f30 commit 1f502b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ i3-4-13 = ["i3-4-12"]
i3-4-14 = ["i3-4-13"]
i3-next = ["i3-4-14"]
dox = ["i3-next"]

[package.metadata.docs.rs]
features = ["dox"]

0 comments on commit 1f502b2

Please sign in to comment.