Search Terms
@group, @category
Problem
When using @group a heading is generated, but there's no way to provide more context for the grouping. Just a heading doesn't give much to go on as to what the heading means.
Suggested Solution
Ideally, a block comment that is unrelated to any export could include the @group tag and any summary information would be included in the output.
/**
* @group Title…
* Summary
*/
Search Terms
@group,@categoryProblem
When using
@groupa heading is generated, but there's no way to provide more context for the grouping. Just a heading doesn't give much to go on as to what the heading means.Suggested Solution
Ideally, a block comment that is unrelated to any export could include the
@grouptag and any summary information would be included in the output.