Do you know an Intellij plugin that is able to gen...
# getting-started
f
Do you know an Intellij plugin that is able to generate kotlin doc automatically? like the javadoc plugin for java
v
What you mean "generate"? They are generated with dokka via Maven/Gradle
f
ok, I mean insert into code source /** blabla **/
v
I think it is handled by the Kotlin plugin itself. Try creating an issue on YouTrack if it doesn't do what you need it to do
f
ok thank you