Describe the bug
No line break between documentation and class/method/property signature.
Expected behaviour
Dokka should output a line break (a <br> could be enough?) between the description of a class/method/property and its signature.
Screenshots


To Reproduce
Screenshots' project: https://github.com/xit0c/mapbox-plugin-offline
Dokka configuration
dokka {
outputFormat = 'gfm'
outputDirectory = javadocDir
configuration {
sourceLink {
path = "./"
url = "https://github.com/xit0c/mapbox-plugin-offline/tree/master/mapboxpluginoffline/"
lineSuffix = "#L" // suffix used to append the line number to the URL (#L for GitHub)
}
externalDocumentationLink {
url = new URL("https://developer.android.com/reference/")
packageListUrl = new URL("https://developer.android.com/reference/androidx/package-list")
}
}
}
Installation
Project's generated docs here: https://xit0c.github.io/mapbox-plugin-offline/
I've created https://github.com/Kotlin/dokka/pull/613 to resolve it. Maybe there could be another 0.10.1 release like today.
I have the same problem.
I'd also like to add that I'd expect the signature to be before the description, not after. It appears that this was the case in earlier versions (I just recently started using Dokka).
Dokka renderers were reimplemented from scratch in 1.4.0-rc. This issue should no longer be relevant.
Most helpful comment
I have the same problem.
I'd also like to add that I'd expect the signature to be before the description, not after. It appears that this was the case in earlier versions (I just recently started using Dokka).