Add doc root url attribute

This commit is contained in:
Steven Fackler
2013-10-03 23:21:27 -07:00
parent 70028c4267
commit 8a738365c7

View File

@@ -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;