eclipse-acceleo / acceleo

8 stars 4 forks source link

Add a shortcut to generate documentation. #87

Open ylussaud opened 1 year ago

ylussaud commented 1 year ago

That shortcut should be enable on modules, templates, and queries to generate the documentation. We can use CTLR+J like the JDT.

[**
 * The documentation of the module <module name>.
 * @author <user>
 * @version <version>
 * @since <version>
 */]
[**
 * The documentation of the template generate.
 * @param <parameter name>
 * @param <parameter name>
 * @param <parameter name>
 */]