Add the `html_doc_url` attribute.
This commit is contained in:
parent
197f7ff4d2
commit
cbebbe8961
|
@ -103,6 +103,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
||||||
#[deny(unnecessary_qualification)];
|
#[deny(unnecessary_qualification)];
|
||||||
#[warn(missing_doc)];
|
#[warn(missing_doc)];
|
||||||
#[feature(macro_rules)];
|
#[feature(macro_rules)];
|
||||||
|
#[doc(html_root_url = "http://crozet.re/nalgebra/doc")];
|
||||||
|
|
||||||
extern mod std;
|
extern mod std;
|
||||||
extern mod extra;
|
extern mod extra;
|
||||||
|
|
Loading…
Reference in New Issue