Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sections for partial classes or regions

lufinkey opened this issue · comments

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

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.

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