Dne sobota 11. Ĩervna 2022 19:28:26 CEST, Jean-Marc Borer napsal(a):
> 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?

```bash
netbeans$ JAVA_HOME=/jdk-11 ant build-javadoc
```

Seems to work for me.
-jt

> 
> On Sat, Jun 11, 2022 at 6:56 PM Jean-Marc Borer <jmbo...@gmail.com> wrote:
> > I mean the DEV javadoc
> > 
> > On Sat, Jun 11, 2022 at 6:36 PM Jean-Marc Borer <jmbo...@gmail.com> 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" from the project (that I cloned
> >> previously), I only get the javadoc for the public modules. I miss the
> >> "hidden" ones like boostrap or "editor indentation".
> >> 
> >> Does anyone know the magic trick to generate that javadoc as well?
> >> 
> >> Thx in advance for your help.
> >> 
> >> Cheers,
> >> 
> >> JM





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to