Files
emacs/lisp/yasnippet-snippets/snippets/csharp-mode/comment
2020-12-05 21:29:49 +01:00

8 lines
187 B
Plaintext

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