Mscgen (short for MSC generator) is a software tool for drawing message sequence diagrams from a simple to manage text-based source file.
Questions tagged [mscgen]
4 questions
4
votes
0 answers
How can I create sequence diagram by using mscgen through doxygen?
Graviz is working fine with doxygen, but I am having hard time using mscgen. In doxywizard I have set the mscgen_path to the mscgen bin folder. However the output html does not show any sequence diagram.

Kun Mo Chung
- 41
- 2
1
vote
2 answers
Cannot generate Doxygen diagram
I am trying to draw an interaction diagram with Doxygen, using the external Mscgen utility.
This is the source file:
/// test.h
/** Interaction diagram.
* Test.
* \msc "Test interaction diagram"
* A,B,C;
* B->C;
* A<-B;
* …

Pietro
- 12,086
- 26
- 100
- 193
0
votes
0 answers
How to place label at the end of arrow in mscgen
I need to place the labels at the end and not in the middle by default. Any option for that is available?
0
votes
1 answer
Mscgen Templates
I'm using mscgen to make Message Sequence Charts. Can I use a different template to improve the graphic of my diagram, or can I use another similar tool (if yes, what?) ?

CipherX
- 371
- 5
- 18