From cbebbe89611b7a21afcf69ccef2affc46ea0830e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 18 Jan 2014 19:57:36 +0100 Subject: [PATCH] Add the `html_doc_url` attribute. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 730a6c82..001b2e0d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -103,6 +103,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**! #[deny(unnecessary_qualification)]; #[warn(missing_doc)]; #[feature(macro_rules)]; +#[doc(html_root_url = "http://crozet.re/nalgebra/doc")]; extern mod std; extern mod extra;