Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created June 19, 2013 08:32
Show Gist options
  • Select an option

  • Save masaru-b-cl/5812649 to your computer and use it in GitHub Desktop.

Select an option

Save masaru-b-cl/5812649 to your computer and use it in GitHub Desktop.
* Class1
** summary
additional summary
** remarks
- list1
- list2
** example
var a = 1;
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>ClassLibrary1</name>
</assembly>
<members>
<member name="T:ClassLibrary1.Class1">
<summary>
Summary
additional summary</summary>
<remarks>
<list>
<item>
<description>list1list2</description>
</item>
</list>
</remarks>
<example>
<code>var a = 1;</code>
</example>
</member>
</members>
</doc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment