You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate and deploy javadoc for the vaadin artifact in addition to vaadin-core. The whole platform javadoc should be made available in vaadin.com/api. Related to #153 and #105.
The text was updated successfully, but these errors were encountered:
what about testbench?
vaadin artifact will not include javadoc for testbench (vaadin-testbench-core and vaadin-components-testbench) as it's not a dependency
@alvarezguille good point, TB should be included. The end goal is to get the whole platform api available in one package so it can be consumed by vaadin.com/api. I think the actual mechanism on how to get that doesn't matter.
I guess we could define an internal meta module that depends on vaadin and testbench and generate javadocs based on that, assumed that we find a good way of getting javadocs for transitive dependencies.
Generate and deploy javadoc for the vaadin artifact in addition to vaadin-core. The whole platform javadoc should be made available in vaadin.com/api. Related to #153 and #105.
The text was updated successfully, but these errors were encountered: