You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce documentedVisibilities setting that allows including/excluding any visibility modifier in documentation. This is a more flexible replacement for includeNonPublic, which has now been deprecated (#2270)
Make HTML pages customizable through FreeMarker HTML templates (#2374)
Add global settings to JSON dokka CLI input (#2292), thanks to @BarkingBad!
HTML format changes
Add vertical alignment (wrapping) of signatures when 3 and more parameters are present (#2309)
Fixed resolving of DRIs for Enum Entries (#2305), thanks to @BarkingBad!
General Improvements
Collect annotations from package-info.java (#2331), thanks to @ember-rose!
Add support for header tags (<h1> / <h2> / <h3>) in Javadoc (#2345), thanks to @asfalcone!
Add an option to merge implicit expect-actual declarations, enables merging of pages for related declarations which are not connected via expect-actual keywords (#2316)
Add a note about using Dokka in a precompiled script plugin (#2303), thanks to @chkpnt!
Fixed wrong Groovy DSL example (#2302), thanks to @chkpnt!
Kotlin Multiplatform projects that use .klib libraries may experience problems. There will be a separate 1.6.21 release that will address this issue shortly.