yasnippet-snippets/snippets/csharp-mode/comment
2017-08-13 12:16:55 +01:00

7 lines
No EOL
162 B
Text

#contributor : Alejandro Espinoza Esparza <aespinoza@structum.com.mx>
#name : /// <summary> ... </summary>
# key: comment
# --
/// <summary>
/// $1
/// </summary>