Re: Generate javadoc for all modules from sources (not only the public ones)

2022-06-11 Thread Jean-Marc Borer
I may add that I cloned with version 13.0 as tag. So maybe I shall rephrase a bit: how can I generate the "DEV" like javadoc for a given source set? On Sat, Jun 11, 2022 at 6:56 PM Jean-Marc Borer wrote: > I mean the DEV javadoc > > On Sat, Jun 11, 2022 at 6:36 PM Jean-Marc Borer wrote: > >>

Re: Generate javadoc for all modules from sources (not only the public ones)

2022-06-11 Thread Jean-Marc Borer
I mean the DEV javadoc On Sat, Jun 11, 2022 at 6:36 PM Jean-Marc Borer wrote: > Hello, > > Simple question actually, but I didn't manage to find the answer yet. I > want to generate the same javadoc as you find on > https://bits.netbeans.org/dev/javadoc/. > > However when I run "ant javadoc"

Generate javadoc for all modules from sources (not only the public ones)

2022-06-11 Thread Jean-Marc Borer
Hello, Simple question actually, but I didn't manage to find the answer yet. I want to generate the same javadoc as you find on https://bits.netbeans.org/dev/javadoc/. However when I run "ant javadoc" from the project (that I cloned previously), I only get the javadoc for the public modules. I