toolisticon / kotlin-code-generation

Opinionated setup for kotlin-poet code generator projects
Apache License 2.0
2 stars 0 forks source link

Support constructor parameter kdoc #12

Closed jangalinski closed 2 months ago

jangalinski commented 2 months ago

We want kdoc like

/**
 * This is the class doc.
 *
 * @param foo the foo value
 */
data class Bar(val foo: String)

we already had this in the "old" project and nee to re-apply here.