Skip to content

0.9.17

Compare
Choose a tag to compare
@semoro semoro released this 21 May 13:29
· 2256 commits to master since this release
  • Fix suppression of generated files for new Android Gradle Plugin #308
  • Fix the wrong URL for external elements in packages with upper case in Dokka format #285
  • Fix link resolution context for inherited Kdoc #229
  • Fix Dokka Maven Plugin to work on JDK9 #272
  • Fix CCE in getting sourcePsi while Javadoc generation #287, thanks to @Nexcius
  • Fix not found node for external enum items #274
  • Fix early resolution of classpath #282
  • Remove unnecessary report logging in Javadoc generator #291, thanks to @lukasniemeier-zalando

Internals

LocationService removed, and all logic of path calculations was moved to NodeLocationAwareGenerator which implemented by FileGenerator

FormatDescriptor now can bind its own services, as it has access to output & analysis module Binder
By default, there is a hierarchy of some abstract base format descriptors, which provides an interface of required services