Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
160 stars 26 forks source link

Need to prevent creation of documentation for files autogenerated by Mvvm Toolkit. #160

Closed freebelion closed 1 month ago

freebelion commented 1 month ago

I am using DefaultDocumentation in a project of mine along with Mvvm Toolkit, and I and grateful for it, but I need a way to exclude files autogenerated by the Toolkit, which I can't even find.

Doraku commented 1 month ago

hey, does the autogenerated code is prefixed by some specific attribute/comment by any chance 🤔

freebelion commented 1 month ago

Thank you for your reply. I haven't seen anything different about the XML comments placed by the Mvvm toolkit. They are the usual

blocks. The ones that bother me are the XML comments placed in partial class files with .g.cs (or whatever) extensions. Those files aren't visible normally, so I don't know how to exclude them either. Since they are automatically generated, I can't put an block to suppress them, because those files will be recreated at the next build. The toolkit are those comments on top of partial copies of my class header and the backing fields and they appear alongside my own XML comments. That's the clutter I would like to get rid of. The only practical solution for me would be to remove that clutter by hand, after the completion of my project. Please, I really don't expect anyone to feel burdened by helping me, but in case anyone wants to take a closer look, my repository is at https://github.com/freebelion/HurPsy