« Return to Thread: Splitting dot graphs

Re: Splitting dot graphs

by doc_savage :: Rate this Message:

| View in Thread

As I said,
my state machines are pretty complex with conditions, .. and would be really nice to be able to comment directly inside the code so if anybody modifies something (a condition, ..) he can also immediately update the state machine graph without having to go to a different place to do the modification.
Now we are working in this way, the source code and a "visio" state machine graph and what often happens is that people make modifications and forget to update the graph in the documentation and we have always to look at the real code.
Thanks for you suggestion, for sure I think it's better then writing all the graph as a comment to the function .. a lot of comments line, .. not really good.
Thanks
Michele


AndyDent wrote:
I have started using @dotfile and keeping the dot files externally.

This has a major additional advantage that I can preview them in  
Graphviz (the recent Windows version includes a GUI like the Mac one)  
without having to regenerate the Doxygen docs.

I'm pointing it out because I was a longterm @dot/@enddot user and  
hadn't noticed the addition of @dotfile :-)

regards

Andy Dent
Freelance Designer-Developer - C++,  C#, Objective-C, Python, REALbasic


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

 « Return to Thread: Splitting dot graphs