search for: mscfile

Displaying 5 results from an estimated 5 matches for "mscfile".

Did you mean: macfile
2012 Dec 26
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...gt; The main reason I don't draw them is that I haven't found convenient > tools to use which integrate well with my workflow. Doxygen produces > class diagrams, but I would really like to have something which > produces sequence diagrams do you know that doxygen have a @msc and @mscfile commands? they are exactly for rendering message sequences... http://www.stack.nl/~dimitri/doxygen/commands.html#cmdmsc but you have to draw a diagram using language similar to graphviz dot. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/p...
2012 Dec 27
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Wed, Dec 26, 2012 at 3:31 PM, Alex Turbov <i.zaufi at gmail.com> wrote: > do you know that doxygen have a @msc and @mscfile commands? Didn't know about that. However, I was thinking more along the lines of something that would extract such diagrams automatically. -- Sean Silva
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code works (such as the diagrams in your klang project on github). The main reason I don't draw them is that I haven't found convenient tools to use which integrate well with my workflow. Doxygen produces class diagrams, but I would really like to have something which produces sequence diagrams (such as
2013 Jan 13
2
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...- to know if my idea is realistic and possible? I wish I could implement this myself. Sincerely Journeyer 2012/12/27 Sean Silva <silvas at purdue.edu>: > On Wed, Dec 26, 2012 at 3:31 PM, Alex Turbov <i.zaufi at gmail.com> wrote: >> do you know that doxygen have a @msc and @mscfile commands? > > Didn't know about that. However, I was thinking more along the lines > of something that would extract such diagrams automatically. > > -- Sean Silva -- ---------------------------------------- Journeyer J. Joh o o s a p r o g r a m m e r a t g m a i l d o t c...
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva, Maybe I am the only one who is trying to use UML. In my team, I am also the only one who draws UML diagrams. I expected there be someone who use UML like me. But it's maybe not as your opinion. Maybe doxygen is enough for majority of people. Thanks for your reply. Sincerely Journeyer J. Joh 2012/12/25 Sean Silva <silvas at purdue.edu>: > On Mon, Dec 24, 2012 at