How to skip assemblies in generation?
KonH opened this issue · 2 comments
KonH commented
Is any way to skip some documentation generation in your tool? I am trying to use it for Unity project and faced to large output which is not required for my case, it is dependencies, no sense to include it to my docs. Yes, I can ignore concrete files, but index contains it too.
May be any workaround already exists? Thanks for your answer!
neuecc commented
you can filter to add this line.
https://github.com/neuecc/MarkdownGenerator/blob/master/MarkdownGenerator.cs#L240