Skip to content

Commit 8a73836

Browse files
committed
Add doc root url attribute
1 parent 70028c4 commit 8a73836

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/postgres/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ fn main() {
6060
// Needed for rustdoc-ng
6161
#[link(name="postgres", vers="0.1")];
6262

63+
#[doc(html_root_url="http://docs.octayn.net/postgres")];
64+
6365
#[warn(missing_doc)];
6466

6567
extern mod extra;

0 commit comments

Comments
 (0)