kotlin - Generate KDoc for methods in Android Studio -


when commenting methods java in android studio, can type /** , generates javadoc method parameters , return type me. seems doesn't work kotlin.

is there way teach generate method docs in kotlin kdoc format automatically?

edit: yes, question same thing possible duplicate, question isn't "why?", understand kdoc has different format. question if there way same kotlin in as? maybe there way add/edit template or this?

as bug intellij, i've taken liberty of filing bug report here. can choose watch issue notified of updates.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -