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.
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"/>