EcoreDoc generates HTML documentation from EMF Ecore diagrams and models.
LGPL for Hammurapi Group sources. The product contains icons from Eclipse distribution. These icons are covered by Eclipse license.
| Filename | Filesize | Last modified |
|---|---|---|
| com.hammurapi.render.emf-src.zip | 3.0 MB | 2011/01/20 15:19 |
| com.hammurapi.render.emf.zip | 2.9 MB | 2011/01/20 15:20 |
Model documenter can be used as a command line utility or Ant task.
Notes:
ecoredoc.bat <diagram file> <output directory>
Define model documenter task
<taskdef name="ecoredoc" classname="com.hammurapi.render.emf.EcoreDoc"> <classpath> <fileset dir="${ecoredoc.home}/lib" includes="*.jar"/> </classpath> </taskdef>
Invoke the task
<ecoredoc diagram="model/mydiagram.ecorediag" outputdir="doc/model"/>