Dne neděle 20. ledna 2019 16:49:45 CET, Geertjan Wielenga napsal(a):
> Fantastic work as always. :-)

Thanks for the Javadocs  at

http://bits.netbeans.org/dev/javadoc/
https://bits.netbeans.org/9.0/javadoc/
https://bits.netbeans.org/10.0/javadoc/

Btw. The Javadoc for releases should only contain stable modules. There should 
be no "under development" warning and modules like bootstrap, core, etc. 
shouldn't be listed there. They were not listed in 8.0 and prior releases:

http://bits.netbeans.org/8.0/javadoc/

This can be done by modifying `nbbuild/build.properties` and removing other 
than stable from 

config.javadoc.all=\
    ${config.javadoc.stable},\
    ${config.javadoc.devel},\
    ${config.javadoc.friend},\
    ${config.javadoc.deprecated}

Probably something for the release coordianator to do after branching next 
time.

Thanks again for publishing the Javadocs.
-jt




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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



Reply via email to