lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

Add flags to skip internal and non-browsable items in markdown #71

Open spanglerco opened 5 years ago

spanglerco commented 5 years ago

The VsxmdSkipInternal flag skips internal types and members, and the VsxmdSkipNonBrowsable flag skips types and members with the EditorBrowsable attribute. This uses reflection by loading the assembly associated with the XML documentation file.

Potentially fixes #31

I used these two flags to generate some of our client API documentation that has a large number of internal and non-browsable types. There should be no behavior change when the flags are not passed.

alaincroisetiere commented 3 years ago

Any chance to release this feature soon ?

bhasden commented 3 years ago

I'd also like to see this merged if possible.