Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
261 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: comment-based-help
  3. # key: cbh
  4. # --
  5. <#
  6. .SYNOPSIS
  7. ${1:Brief description}
  8. .DESCRIPTION
  9. ${2:Longer description}
  10. .PARAMETER Foobar
  11. ${3:Descriptions of parameter Foobar}
  12. .EXAMPLE
  13. ${4:Actual example}
  14. .NOTES
  15. ${5:Additional notes}
  16. #>