From 8a738365c7acdb72c1d74833a99aa1dfed0545f7 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 3 Oct 2013 23:21:27 -0700 Subject: [PATCH] Add doc root url attribute --- src/postgres/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/postgres/lib.rs b/src/postgres/lib.rs index 52d9b6ae..2ca74b5a 100644 --- a/src/postgres/lib.rs +++ b/src/postgres/lib.rs @@ -60,6 +60,8 @@ fn main() { // Needed for rustdoc-ng #[link(name="postgres", vers="0.1")]; +#[doc(html_root_url="http://docs.octayn.net/postgres")]; + #[warn(missing_doc)]; extern mod extra;