Skip to content

Instantly share code, notes, and snippets.

@Eijebong
Created April 3, 2018 13:58
Show Gist options
  • Save Eijebong/855508ec605a1bd96b2626656e63d739 to your computer and use it in GitHub Desktop.
Save Eijebong/855508ec605a1bd96b2626656e63d739 to your computer and use it in GitHub Desktop.
/// Foo
/// Bar
pub fn t1() {}
#[doc="/// Foo\n/// Bar"]
pub fn t2() {}
<pre class='rust fn'>pub fn t1()</pre><div class='docblock'><p>Foo
Bar</p>
<pre class='rust fn'>pub fn t2()</pre><div class='docblock'><p>/// Foo
/// Bar</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment