PowerShell - Functions
You want to add comment-based help to a script with two parameters:
Path (string) and Recurse (switch). Which is the correct way to document these parameters inside the help block?