2001-10-06 12:13:53 +00: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,
|
|
|
|
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 -
|
2003-11-21 22:36:38 +00:00
|
|
|
currently this is C++, DBI, Java, PHP, Perl, Python, SQL and Torque (XML
|
|
|
|
DB schema).
|
2003-03-31 10:27:11 +00:00
|
|
|
Adding a handler is easy - read the DEVELOP file for details.
|
2001-10-06 12:13:53 +00:00
|
|
|
|
|
|
|
WWW: http://droogs.org/autodia/
|