ejball / XmlDocMarkdown

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

--skip-compiler-generated option advertised but unavailable #80

Closed SteveGilham closed 1 year ago

SteveGilham commented 4 years ago

Running

dotnet xmldocmd /?

includes

 --skip-compiler-generated
      Skips documentation for types that are marked with System.Runtime.CompilerServices.CompilerGenerated.

amongst the options in the help text, but attempting to use it results in

Unexpected option '--skip-compiler-generated'.
ejball commented 1 year ago

Fixed in 2.9.0 by #90.