cody
10/25/2017, 1:42 PM@property
when writing KDoc? Using the Kotlin plugin for Android Studio it appears to break the generation of documentation for the tooltip window. Essentially everything after @property
does not display.semoro
10/26/2017, 2:43 PM@property
with empty linesemoro
10/26/2017, 2:44 PMsemoro
10/26/2017, 2:45 PMsemoro
10/26/2017, 2:49 PMsemoro
10/26/2017, 2:49 PMcody
10/26/2017, 8:00 PM@property
to document properties of a class: https://kotlinlang.org/docs/reference/kotlin-doc.html so it looks like it should be able to be used inline.