rakeeb
11/02/2022, 4:15 PMcom.example.auth
com.example.auth.services
com.example.auth.token
com.example.security
com.example.security.crypto
com.example.security.utilities
com.example.common
com.example.common.math
is there a way to configure grouping these packages similar to how modules are grouped with dokka without changing by project structure?
e.g.
Module auth
Packages
com.example.auth,
com.example.auth.services,
com.example.auth.token
Module security
Packages
com.example.security
com.example.security.crypto
com.example.security.utilities
and so on.
currently with markdown included the output dokka html lists my base documentation as
Module core-libraries
Packages
com.example.auth
com.example.auth.services
com.example.auth.token
com.example.common
com.example.common.math
com.example.security
com.example.security.crypto
com.example.security.utilities
Ignat Beresnev
11/02/2022, 5:27 PMrakeeb
11/02/2022, 5:56 PM