rustdoc: Implement constant documentation

At the same time, migrate statics to constants.
This commit is contained in:
Alex Crichton
2014-10-06 17:41:15 -07:00
parent 1bfe450a5e
commit 01d58fe2cb
9 changed files with 121 additions and 47 deletions

View File

@@ -569,7 +569,9 @@
"ffi",
"ffs",
"macro",
"primitive"];
"primitive",
"associatedtype",
"constant"];
function itemTypeFromName(typename) {
for (var i = 0; i < itemTypes.length; ++i) {