gemelen edited a comment on pull request #29286: URL: https://github.com/apache/spark/pull/29286#issuecomment-699691023
Regarding the exclusion that I did for class in Scaladoc/doc phase: it's [core/src/main/scala/org/apache/spark/SSLOptions.scala](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/SSLOptions.scala), it's package private to Spark and never was included in Scaladoc. The problem is that I was unable to adjust sbt-unidoc plugin settings to cover that class in an expected manner, so brute force was applied (so it could cause similar failures in future or in other modules, alas). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
