#1170·jazzy

Custom categories from code comments

Author: FabienLydoireCreated Apr 8, 2020Updated Sep 10, 2023
Labelsenhancement

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 {
}