diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-17 17:44:32 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-17 17:45:37 -0800 |
| commit | e23e45bc6d7696fa9d69ae9f8f59628eec2cbb03 (patch) | |
| tree | cf367e58389d5a6cb3618a398857cfda3707e29e /src/rustdoc/tystr_pass.rs | |
| parent | 5fbadd24ec350455dd24c31dd8dca64182346d3f (diff) | |
| download | rust-e23e45bc6d7696fa9d69ae9f8f59628eec2cbb03.tar.gz rust-e23e45bc6d7696fa9d69ae9f8f59628eec2cbb03.zip | |
rustdoc: Add rustdocs
Diffstat (limited to 'src/rustdoc/tystr_pass.rs')
| -rw-r--r-- | src/rustdoc/tystr_pass.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rustdoc/tystr_pass.rs b/src/rustdoc/tystr_pass.rs index e31a208d1d1..f94024047c0 100644 --- a/src/rustdoc/tystr_pass.rs +++ b/src/rustdoc/tystr_pass.rs @@ -1,3 +1,6 @@ +#[doc = + "Pulls type information out of the AST and attaches it to the document"]; + import rustc::syntax::ast; import rustc::syntax::print::pprust; import rustc::middle::ast_map; |
