#84 Suggestion: Group Methods or Classes
[Kotlin/dokka] Issue created by
norswap
Would it be possible to create groups of methods and/or classes in a package, for the purpose of documentation?
Rationale: the documentation pages can get quite long, and there is often a logical grouping to be made. At the same time, one does not necessarily want to split the methods between packages and require extra imports.
Being able to require that top-level methods and classes be grouped per file for certain files (maybe specify this as a file-scope annotation?) would be a great start.