Doraku / DefaultDocumentation

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

Sections for partial classes or regions #132

Open lufinkey opened 1 year ago

lufinkey commented 1 year ago

Is there any way I could put the method definitions from "partial" classes into separate sections on the generated documentation page? The separate files have different method categories, so it would be easier for someone to read the documentation with these sections. This could also work with #region

Doraku commented 1 year ago

you could do that by creating a new section in a plugin (same as in your other issue ^^), you can check the existing TableOfContentSection it seems to be close to what you want to achieve.

lufinkey commented 1 year ago

Awesome, I'll check this out too when I get the chance. Thanks for your work on this awesome package, it was basically exactly what I needed for my project