ejball / XmlDocMarkdown

Generates Markdown from .NET XML documentation comments.
https://ejball.com/XmlDocMarkdown/
MIT License
102 stars 30 forks source link

Default null names of implied parameters generated by the F# compiler #74

Closed SteveGilham closed 4 years ago

SteveGilham commented 4 years ago

Addresses issue #73

If a parameter name is null, generate a dummy value of the form P_# where # is the zero-based index number of the null parameter.

SteveGilham commented 4 years ago

Note that commit ee013f5 exists purely to work around the old version of MSBuild on the selected AppVeyor configuration.

ejball commented 4 years ago

Thanks, @SteveGilham! Published as 2.1.0.