yasnippet-snippets/snippets/powershell-mode/comment-based-help
Stig Dahl c7501f97f0
Remove extra character
Remove the extra \ from the file.
2018-12-11 23:02:11 +01:00

20 lines
261 B
Text

# -*- mode: snippet -*-
# name: comment-based-help
# key: cbh
# --
<#
.SYNOPSIS
${1:Brief description}
.DESCRIPTION
${2:Longer description}
.PARAMETER Foobar
${3:Descriptions of parameter Foobar}
.EXAMPLE
${4:Actual example}
.NOTES
${5:Additional notes}
#>