Open
Description
Hello !
I'm wondering if it is possible to create categories and mark classes, strucs, enum... in those categories from comments in the code.
I do not want to maintain a list of custom categories in the jazzy configuration file : the maintenance price is too high.
I would image something like
/// MyClass documentation
/// Category: MyCategory
class MyClass {
}