Commentaires de fonctions


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <#
  2. .SYNOPSIS
  3. $synopsis$
  4.  
  5. .DESCRIPTION
  6. $description$
  7.  
  8. .PARAMETER ParameterA
  9. $parameterADescription$
  10.  
  11. .PARAMETER ParameterB
  12. $parameterBDescription$
  13.  
  14. .EXAMPLE
  15. $firstExample$
  16.  
  17. .EXAMPLE
  18. $secondExample$
  19.  
  20. .INPUTS
  21. $inputs$
  22.  
  23. .OUTPUTS
  24. $outputs$
  25.  
  26. .NOTES
  27. $notes$
  28.  
  29. .LINK
  30. $firstLink$
  31.  
  32. .LINK
  33. $secondLink$
  34.  
  35. #>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.