red-gate / XmlDoc2CmdletDoc

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

Better handling of Parameters with no getter. #24

Closed ChrisLambrou closed 8 years ago

ChrisLambrou commented 8 years ago

We previously assumed that all Parameters would have a getter, which we invoked to try to determine a parameter's default value. We now record a warning for Parameters with no getter, and don't include a default value for them in the generated help documentation.

Addressed issue #22