Closed dvojtise closed 7 years ago
We can build the source features and plugins for this matter. https://eclipse.org/tycho/sitedocs-extras/tycho-source-feature-plugin/source-feature-mojo.html
in the update site category.xml file if you have a my.feature you should add my.feature.source.
If this fit your need let me know I will change that in the debug plugins.
sources are now part of the studio, hovering on the methods returns its javadoc correctly
In several places the language designer needs to define class that inherits from classes from the framework (or use them in his code) Unfortunately, the javadoc is not available in the deployed jars.
For example AbstractGemocAnimatorServices is implemented by all languages. Providing the javadoc (and make sure the java doc is complete enough) would be a way to fix issue #15 .