0.9.10
Internal Kotlin Compiler updated to 1.1-M03
New features:
- Type-aliases support for Kotlin 1.1+ (KT-14809)
- Special
@sample
processing for kotlin-website format - Preserve language name of fenced code block for highlight (#97)
@throws
,@param
,@return
now supported in javadoc format (#115)- Links to packages now supported (#89)
Bug-fixes:
- Fixed resolving of extensions functions from libraries (#79)
- Many generics in kotlin.collections documented as returning or receiving (KT-15022)
- Fixed Dokka Android Gradle plugin crash with Android Gradle build tools 2.2.0 (#118)
- Fixed Dokka Gradle plugin crash when using Kotlin 1.1-M03 (#120)
- No more crash if Maven repository located at path with spaces (#99)
- Classes marked
@suppress
now filtered out of javadoc format output (#98) - Added
<meta charset="UTF-8">
to html format (#94) - Dokka no more eats apostrophes (#95, KT-13300)
- Dokka should not escape
<
,>
inside code blocks in markdown format (KT-14603)