Releases: lightbend/genjavadoc
Releases · lightbend/genjavadoc
Version 0.13
This version releases #167, which prevents a warning (that turns into an error with -Xfatal-warnings
) when genjavadoc is enabled while generating scaladoc.
https://github.com/lightbend/genjavadoc/milestone/13?closed=1
Version 0.12
- support adding Javadoc comment in the presence of existing C-style comments #165
- always treat traits as public, even if they are not at the toplevel #158, #162
- don't avoid possibly-problematic private classes and methods (as they are not included in the javadoc anyway) #159
- lift inner classes with the same name (like we already did for interfaces) #157
- fix creating static forwarders for inherited methods #156
- test with OpenJDK 11, drop JDK 6
- drop ancient Scala versions from the build matrix #140
- spelling of Javadoc and Scaladoc (not JavaDoc and ScalaDoc) #137
- support Scala 2.13.0-M5