Closed raboof closed 3 years ago
See some additional conversation here: https://github.com/lightbend/genjavadoc/issues/264.
Though that's only a temporary solution since rangepos might be enabled by default in the future
Alright, rangepos
is now the default. :-)
It seems that when compiling with
-Yrangepos
comments are no longer correctly associated with the right elements. Tested withakka-cluster-typed/src/main/scala/akka/cluster/ddata/typed/javadsl/Replicator.scala
in Akka.For now perhaps we should throw an error when
-Yrangepos
is enabled? Though that's only a temporary solution since rangepos might be enabled by default in the future