yasnippet-snippets/snippets/csharp-mode/comment.2

6 lines
184 B
Groff

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