Skip to content
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

Multiple keywords of KDoc Syntax are ignored for javadoc output format #115

Closed
lkjh654 opened this issue Nov 16, 2016 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@lkjh654
Copy link

lkjh654 commented Nov 16, 2016

There is no output generated for @param <name>, @return in the final javadoc.

  1. checkout https://github.com/JetBrains/kotlin-examples/tree/master/gradle/dokka-gradle-example
  2. modify source code to add @param <name>, @return keywords according to the documentation at https://kotlinlang.org/docs/reference/kotlin-doc.html
  3. generate documentation using dokkaJavadoc command.

There is no output generated for the keywords, they simply seem to be ignored. The proper output is generated for html format.

@semoro semoro added the bug label Nov 16, 2016
semoro added a commit that referenced this issue Nov 29, 2016
Fix for #115  `@param` and `@return` tags is missing in javadoc output
@semoro semoro closed this as completed Nov 29, 2016
@semoro semoro added this to the 0.9.10 milestone Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants