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
tons of warnings spew during Scaladoc generation, e.g.
[warn] /home/travis/build/scala/scala-parallel-collections/core/src/main/scala/scala/collection/parallel/ParSeqLike.scala:290: Variable mayNotTerminateInf undefined in comment for method intersect in trait ParSeq
[warn] * @param that the sequence of elements to intersect with.
[warn] ^
but that's just a sample.
The text was updated successfully, but these errors were encountered:
@SethTisue I could not find any warnings during generating scaladoc in current master branch. I didn't go through all of warnings, but it seems you fixed most of them in #16.
tons of warnings spew during Scaladoc generation, e.g.
but that's just a sample.
The text was updated successfully, but these errors were encountered: