yasnippet-snippets/snippets/csharp-mode/comment.3
2019-03-09 18:35:58 +00:00

6 lines
206 B
Groff

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