Hi! I think it's copied, although I don't know how or when. If you figure out - please share 🙂
What I think you can do to find out is to put breakpoints in
AllModulesPageGeneration
before/after each step, and refresh the output directory to see if the child output directories have been copied. This way you should be able to find the step that does the copying - something to get started
dirs are created by the all-modules-page-plugin Dokka plugin.
I don’t think that DokkaGradle does any copying, and I don’t think that DokkaGenerator directly produces the site into those sub dirs…
i
Ignat Beresnev
02/14/2023, 8:49 PM
Yeah,
AllModulesPageGeneration
is from the all-modules-page plugin. It's invoked when the
*MultiModule
task starts working (so after all the
*Partial
tasks complete, which use the
SingleModuleGeneration
)
DokkaGenerator
just calls whatever
Generation
implementation it finds registered for the extension point, link here