Changes between Version 4 and Version 5 of MscgenPlugin
- Timestamp:
- 05/14/10 00:57:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MscgenPlugin
v4 v5 36 36 a,b,c; 37 37 38 a->b [ label = 'ab()' ];38 a->b [ label = "ab()"]; 39 39 b->c [ label = "bc(TRUE)"]; 40 c=>c [ label = "process(1)" ];41 c=>c [ label = "process(2)" ];40 c=>c [ label = "process(1)"]; 41 c=>c [ label = "process(2)"]; 42 42 ...; 43 c=>c [ label = "process(n)" ];44 c=>c [ label = "process(END)" ];43 c=>c [ label = "process(n)"]; 44 c=>c [ label = "process(END)"]; 45 45 a<<=c [ label = "callback()"]; 46 46 --- [ label = "If more to run", ID="*" ];

