spring-auto-restdocs
spring-auto-restdocs copied to clipboard
[Question] type data in spring-auto-restdocs-dokka-json
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?
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.