Hi, i've coded up a doxygen to dia converter.  This is similar to having a
parser scan header files and then translate them into dia UML.  

The way it works is doxygen scans all the headers you'd like.  You tell doxygen
to output to XML.  Then this perl script (fittingly called doxygen_to_dia.pl)
reads in that XML using XML::Parser and spits it back out in dia XML format.  I
just got it working this friday, and there are some things that need to be
added a fixed.  For now it just places all classes on top of each other.  You
have to go into dia and move them around.  Secondly i only support a subset of
all the things that can be documented. That is:  classes,
private/public/protected functions and arguments to functions (with default
values).  I'm going to add variables next and probably structs.  

Just thought i let you know.  If anyone wants a copy, email me and i'll send it
to you.  I don't have a web page working to post it on.

Alan 

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to