SiriusLab / ModelDebugging

Runtime and tools to bring execution and simulation in your domain specific tooling built with Sirius and/or Eclipse Modeling Framework.
Eclipse Public License 1.0
6 stars 10 forks source link

Javadoc should be embedded in the jar of the framework #16

Closed dvojtise closed 7 years ago

dvojtise commented 7 years ago

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 .

ylussaud commented 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.

dvojtise commented 7 years ago

sources are now part of the studio, hovering on the methods returns its javadoc correctly