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

Support Java Markdown Doc Comments (JEP 467, JDK 23) #3934

Open
odenix opened this issue Nov 24, 2024 · 0 comments
Open

Support Java Markdown Doc Comments (JEP 467, JDK 23) #3934

odenix opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement An issue for a feature or an overall improvement

Comments

@odenix
Copy link

odenix commented Nov 24, 2024

Is your feature request related to a problem? Please describe
I have a mixed Java/Kotlin project and use Dokka to generate its documentation.
Recently I refactored all Javadoc to use Markdown Doc Comments (JEP 467, JDK 23).
It's a big improvement, but Dokka doesn't recognize it.

Describe the solution you'd like
I'd like Dokka to support Markdown Doc Comments (///) in addition to the regular Javadoc syntax (/** */).

Describe alternatives you've considered
Generate Java documentation with javadoc, and Kotlin documentation with Dokka.
This is my current workaround, but it’s not pretty, and not in the Dokka spirit.

@odenix odenix added the enhancement An issue for a feature or an overall improvement label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An issue for a feature or an overall improvement
Projects
None yet
Development

No branches or pull requests

1 participant