fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
567 B
Text
10 lines
567 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 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.
|