Re: Generate javadoc for all modules from sources (not only the public ones)
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: > >> 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 >> >
Re: Generate javadoc for all modules from sources (not only the public ones)
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" 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 >
Generate javadoc for all modules from sources (not only the public ones)
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