red-gate / XmlDoc2CmdletDoc

Create cmdlet XML help files from XML doc comments
Other
63 stars 24 forks source link

Display None for void output type. #17

Closed ChrisLambrou closed 8 years ago

ChrisLambrou commented 8 years ago

Allow a cmdlet to explicitly declare that it doesn't have an output type, with [OutputType(typeof(void)]. In this case, 'None' will be shown in the Outputs part of the cmdlet help text, rather than 'System.Void'.