freebsd-ports/devel/autodia/pkg-descr
Ying-Chieh Liao e0f7520c72 add autodia
Automatic Dia XML - from Source Code and Data
2001-10-06 12:13:53 +00:00

11 lines
582 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 Perl (pretty good) and C++ (handles simple C++). Adding
a handler is easy - read the DEVELOP file for details.
WWW: http://droogs.org/autodia/