Created
September 21, 2018 17:45
-
-
Save JohnL4/8dc0d662ad5e9d8b35892afbe0a063d5 to your computer and use it in GitHub Desktop.
XML comment-based documentation for C# -- lists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <list type="bullet"> | |
/// <item><description> | |
/// blah blah blah | |
/// </description></item> | |
/// </list> | |
// See https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/xmldoc/list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment