|
From: Andrea A. <and...@al...> - 2006-06-03 21:41:12
|
Hi, I've just finished uploading a javadoc with embedded UML diagrams that I generated with my new toy, UmlDoc (still unpublished), an UML diagramming javadoc doclet that extends the standard doclet by adding class diagrams into the javadoc files. Basically, the tool reverse engineers context class diagrams for classes, and package diagrams for packages, using class informations such as fields and methods in order to compute relations and dependencies. At http://www.andrea-aime.name/static/gt2-api/index.html you can find an integrated javadoc for the gt/module projects, that I've generated with a slight modification of the gt2 main pom (so yes, it works with maven 2). Tell me what you think about it, and if you are interested in integrating the tool into the javadoc build for good. Beware, thought, that to make UmlDoc run you'll need Graphviz installed, and of course it'll take (way) more time to generated the javadoc. Just to give you a reference on my home PC (old Athlon XP 2600+) it takes between 10 and 15 minutes to generate the javadoc I published. Cheers Andrea Aime |