It should be _____-QuickDocumentation -NestedModule -CommandName. The idea is to auto-generate the documentation for a function. In order to get the Parameters and definition stuff I can start investigating the output of piping into | Get-Member using the following to obtain the Function itself:
(Get-Item -Path Function:$CommandName)