Re: [Pas-dev] drawing diagrams?
Status: Beta
Brought to you by:
mortis
From: Kyle R . B. <mo...@vo...> - 2002-05-24 19:14:57
|
> You could look into neato or dot. I'm not quite sure what you want stuff > to look like, but it might be useful. > > The syntax is easy, and you can output your diagrams in a variety of > formats. > > diagraph "Org::Bgw::Pas" > { > "something" -> "somethingelse" [dir=both len=2]; > } OMG! Why didn't you tell me about that before! http://pas.sourceforge.net/docs/pas-hierarchy.png :o Thanks! It's huge and ugly, but then again, It's my first autogenerated inheritence hierarchy from Perl code. :) I'll check in the program that created that from the sources...the code is a quick hack, but it does the job...we'll have to clean it up later. I wonder how hard it'll be to build actual UML out of it...it should be easy to figure out methods (private starting with an '_'), so we could easily add those to the object diagrams... Any advice on usign DOT to do more than just the simple boxes? Awesome dude, absolutely awesome. Thanks for pointing that out. Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |