This version enriches the EMF Generation with the generation of the Java Doc.
Scenario:
- Select a set of ecore models
- Right-click and [New][Other...][EGF Category][GenerationChain Model][Next]
- For the Emf Generation of a model, set the JavaDoc parameter to true
- Then, at runtime, the JavaDoc is generated during the Emf Generation
Precondition: Eclipse must be launched with the JDK (and not with the JRE).
If you are curious and interested, the JavaDoc generation is realized by an activity workflow: 1) an Ant script is dynamically generated with an EGF pattern, 2) this script is provided to an EGF Ant task which executes it on the fly.
A video is available here.
Download of EGF: from Amalgam or the EGF Wiki.