EcoreDoc

EcoreDoc generates HTML documentation from EMF Ecore diagrams and models.

License

LGPL for Hammurapi Group sources. The product contains icons from Eclipse distribution. These icons are covered by Eclipse license.

Version

Requirements

Resources and downloads

Sample output

Usage

Model documenter can be used as a command line utility or Ant task.

Notes:

  • The tool does not generate diagram images - you should save diagram images in the editor with the same name as the diagram and place images into the output directory.
  • The tool is bundled with EMF/GMF JAR's from Ganymede. Replace with jars from other releases if necessary.

Command line

ecoredoc.bat <diagram file> <output directory>

Ant task

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

Vote for it!

Vote for EcoreDoc on Eclipse Plugin Central!

Last modified: 2009/12/16 09:27 by Pavel Vlasov
   
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Locations of visitors to this page
Hammurapi Group