mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
76152030ce
PR: ports/172501 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
13 lines
613 B
Plaintext
13 lines
613 B
Plaintext
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 auto creation package. The diagrams it creates
|
|
are standard UML diagrams showing dependencies, 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://search.cpan.org/~teejay/Autodia/
|