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 wrote:
>
> Hello,
>
> by default, some packages (that are treated as internal) are excluded from
> docum
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
ps. I meant unidoc, not univoc
On Wed, Oct 7, 2020 at 2:15 PM Omer Ozarslan wrote:
>
> Hello,
>
> I'm trying to build docs with univoc such that it includes internal
> components of spark on master branch. I looked at latest docs [1][2],
> but I couldn't figure out instructions for doing so. Spec