Re: convert php files to dia diagram



Hi,

you could try AutoDia:

http://www.aarontrevena.co.uk/opensource/autodia/

The second possibility that comes two my mind would involve two tools:

* First use doxygen to document/process your code:

http://www.stack.nl/~dimitri/doxygen/

doxygen can generate Graphviz diagrams. And Graphviz can convert
Diagrams into the Dia format:

http://www.graphviz.org/doc/info/output.html

http://graphviz.org

code2dia? Maybe you saw dia2code, but this does the opposite thing.

Regards,

Steffen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]