2001-10-06 14:13:53 +02:00
|
|
|
AutoDia is a modular application that parses source code or data (if a
|
|
|
|
handler is available) and produces an XML document in Dia format,
|
2008-06-01 11:42:37 +02:00
|
|
|
essentially a Dia diagram auto creation package. The diagrams it creates
|
|
|
|
are standard UML diagrams showing dependencies, superclasses, packages,
|
2001-10-06 14:13:53 +02:00
|
|
|
classes and inheritances, as well as the methods, etc of each class.
|
|
|
|
|
|
|
|
AutoDia supports any language that a Handler has been written for -
|
2003-11-21 23:36:38 +01:00
|
|
|
currently this is C++, DBI, Java, PHP, Perl, Python, SQL and Torque (XML
|
|
|
|
DB schema).
|
2003-03-31 12:27:11 +02:00
|
|
|
Adding a handler is easy - read the DEVELOP file for details.
|
2001-10-06 14:13:53 +02:00
|
|
|
|
|
|
|
WWW: http://droogs.org/autodia/
|