We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d809779 commit 71c96d6Copy full SHA for 71c96d6
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5f25804f463a085b451d290ffbf3e48300cc51a4
+refs/heads/master: b6ad840c18e9753582ffcef87735297ee35e0885
trunk/src/rustdoc/gen.rs
@@ -3,6 +3,8 @@ import std::io::writer_util;
3
import rustc::syntax::ast;
4
import rustc::syntax::print::pprust;
5
6
+export write_markdown;
7
+
8
type ctxt = {
9
ps: pprust::ps,
10
w: io::writer
0 commit comments