Hello, Thanks. It worked well for me. I ended up with the small patch below.
https://gist.github.com/ozars/2b01c9647bc34f16ab3c18eef3579147 Best, Omer On Wed, Oct 7, 2020 at 6:09 PM gemelen <[email protected]> wrote: > > Hello, > > by default, some packages (that are treated as internal) are excluded from > documentation generation task. To generate Javadoc/Scaladoc for classes from > them, you would need to comment relevant line in build definition file. > For example. package `org/apache/spark/sql/execution` is mentioned here - > https://github.com/apache/spark/blob/master/project/SparkBuild.scala#L857 > > Once the package is commented, `unidoc` task would generate documentation > from it. > > > > -- > Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/ > > --------------------------------------------------------------------- > To unsubscribe e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe e-mail: [email protected]
