-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dokkaJavadoc does not recognize @return @since @author #1770
Comments
I had the same issue in my android project with AndroidStudio. I'm using 1.6.0 version's Dokka version. Did this issue be fixed? or still working on it? |
Any idea if this is ever going to be fixed? |
Hopefully, one day it will, but we don't have the resources to fix it now as there are more pressing issues at hand :( This shouldn't be awfully difficult to contribute though - a convenient TODO was left in the template, indicating where it needs to be added: https://github.com/Kotlin/dokka/blob/1.7.20/plugins/javadoc/src/main/resources/views/class.korte#L284 How Javadoc plugin and its templating works in beyond me, but implementing return/since/author similar to how For anyone wishing to contribute this fix, Developer Guides can help you get started. |
Hello! I'd like to approach the issue. Is it still actual? |
It seems to be. My latest Javadoc build from my Kotlin project is still missing @returns. |
@turovaia I believe it is, yes! If you find yourself stuck or just need pointers, feel free to ask questions here or in the |
…asses for javadoc (Kotlin#1770)
The fix will be released in 1.9.0 |
Describe the bug
dokkaJavadoc does not recognize @return, @SInCE, @author
Expected behaviour
return, since , author should be generated to javadoc html file
Screenshots
To Reproduce
RoomRxJavaKotlin.zip
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
Additional context
dokkaHtml works fine
The text was updated successfully, but these errors were encountered: