Is there an easy way to be able to refer to specif...
# dokka
m
Is there an easy way to be able to refer to specific classes and methods in the documentation through a link in the
module.md
documentation without putting the full url each time? for example: Instead of:
Copy code
Refer to the documentation for the [Resource](<http://localhost:8080/core/com.example.core/-resource/index.html>) class.
Something like:
Copy code
Refer to the documentation for the [Resource] class.
v
Currently there is no way. https://github.com/Kotlin/dokka/issues/1863 It will be fixed soon (I hope by Dokka 1.7).
m
@Vadim Mishenev thanks, I'll watch the issue!