With multiplatform projects, am I doing something ...
# dokka
i
With multiplatform projects, am I doing something wrong to cause
html
format to result in output with a directory structure like
Copy code
outputDir/
- style.css
- moduleName/
  - index.html
  - ...
Prior to 0.10.0 the index and style would have been placed together. The
moduleName
directory with the
index.html
placed inside seems like a bug as now the html output is difficult to use.
a
I have the same problem 😞
i
well at least it isn't just me 😛 I'll make an issue for it today I suppose
a
I find the documentation of Dokka very lacking
I can't put together a simple multiplatform documentation page based on it 😞