rustdoc: Move rustdoc type into the gen module

This commit is contained in:
Brian Anderson 2012-01-15 22:58:57 -08:00
parent 237d96512a
commit 906a7c2174

View file

@ -1,3 +1,8 @@
type rustdoc = {
ps: pprust::ps,
w: io::writer
};
#[doc(
brief = "Generate a crate document header.",
args(rd = "Rustdoc context",