freebsd-ports/devel/autodia/pkg-descr
Greg Lewis 7a7e325870 . Update to 1.7.
PR:		56140
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2003-11-21 22:36:38 +00:00

12 lines
600 B
Text

AutoDia is a modular application that parses source code or data (if a
handler is available) and produces an XML document in Dia format,
essentially a Dia diagram autocreation package. The diagrams its creates
are standard UML diagrams showing dependancies, superclasses, packages,
classes and inheritances, as well as the methods, etc of each class.
AutoDia supports any language that a Handler has been written for -
currently this is C++, DBI, Java, PHP, Perl, Python, SQL and Torque (XML
DB schema).
Adding a handler is easy - read the DEVELOP file for details.
WWW: http://droogs.org/autodia/