about summary refs log tree commit diff
path: root/src/rustdoc/rustdoc.rc
blob: cb377fa23693046d8771cb1b19daedc7f1b47f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#[link(name = "rustdoc",
       vers = "0.1",
       uuid = "f8abd014-b281-484d-a0c3-26e3de8e2412",
       url = "http://rust-lang.org/doc/rustdoc")];

#[desc = "The Rust documentation generator"];
#[license = "MIT"];
#[crate_type = "bin"];

mod parse;
mod extract;
mod attr_parser;
mod doc;
mod gen;
mod fold;
mod attr_pass;
mod tystr_pass;
mod astsrv;