springfox / springfox-javadoc

Ability to use Javadoc for documentation for generating OpenAPI specifications
Apache License 2.0
17 stars 15 forks source link

Support Kotlin-based controllers using Dokka #5

Closed metacubed closed 6 years ago

metacubed commented 6 years ago

Dokka is the Javadoc equivalent for Kotlin. It provides hooks to run custom plugins similar to doclets.

Dokka can parse both KDoc and Javadoc, so it would be great to support this for Spring MVC projects written using Kotlin/Java.