spring-auto-restdocs icon indicating copy to clipboard operation
spring-auto-restdocs copied to clipboard

[Question] type data in spring-auto-restdocs-dokka-json

Open edwinRNDR opened this issue 4 years ago • 1 comments

I see you are working on a json format extension for Dokka, which I think is an incredibly valuable tool for anyone who wants to generate documentation but does not quite feel like dealing with Dokka's internals.

The output json files in testdata seem to only contain the javadoc/kdoc data. Are there any plans for adding Java/Kotlin type data there as well?

edwinRNDR avatar Apr 16 '20 16:04 edwinRNDR

There are no plans to go beyond Javado/KDoc. The sole purpose of the Dokka extension is to extract documentation for Spring Auto REST Docs.

Feel free to fork the Dokka extension and extend it in any way you like.

fbenz avatar Apr 18 '20 11:04 fbenz