ScaCap / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs
https://scacap.github.io/spring-auto-restdocs/
Apache License 2.0
310 stars 86 forks source link

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

Closed edwinRNDR closed 9 months ago

edwinRNDR commented 4 years ago

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?

fbenz commented 4 years ago

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.