dokka: DokkaJavadoc does not respect JVMName
Describe the bug
When using dokkaJavadoc, the class names or method names are the Kotlin ones, instead of being the ones specified by @JvmName
Expected behaviour
Use names specified in @JvmName when rendering to Javadoc.
To Reproduce
Using this sample project https://github.com/bishiboosh/dokka-issue-sample call the dokkaJavadoc task and see the generated documentation
Dokka configuration No specific configuration
Installation
- Operating system: Linux
- Build tool: Gradle v6.1.1
- Dokka version: 1.4.0-rc
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 27 (27 by maintainers)
i think it will be released within 1-2 weeks. I don’t have an exact date set right now
With the
@JvmFieldwork I hope I won’t be clashing with other issues, you’ll tell me when I make my branch.(as I’m doing quite a bit of work in
KotlinToJavaConverterI’m fixing issues in it related to the various annotations, but which may have been reported elsewhere)