After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 627339 - message sequence chart support not consistent with dot file functionality
message sequence chart support not consistent with dot file functionality
Status: RESOLVED DUPLICATE of bug 582532
Product: doxygen
Classification: Other
Component: general
1.7.1
Other Linux
: Normal enhancement
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2010-08-19 07:07 UTC by michael
Modified: 2010-09-11 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description michael 2010-08-19 07:07:04 UTC
I would like to ask for a feature concerning the message sequence chart support in Doxygen. We use Doxygen in a big software project and have message sequence charts for explaining certain aspects which are either not directly part of the code or are more coarse-grained as it is in our code base. We include them in our technical manual which is based on LaTeX and would like to refer to the same files from our doxygen comments. To avoid duplication, we would like to have the possibility to include a mscgen file similar as it is currently possible with dot files:

\dotfile "xyz.dot"

new feature request:
\mscfile "xyz.msc"

I noticed that the code for the message sequence chart generation (htmldocvisitor.cpp) uses the same flag for file cleanup as the one for dot files ("DOT_CLEANUP"). If possible, I would like to have this separated as well (i.e., have a "MSC_CLEANUP" flag).
Comment 1 Adrien 2010-08-25 06:42:25 UTC
duplicate of bug 582532
Comment 2 Dimitri van Heesch 2010-09-11 18:17:45 UTC

*** This bug has been marked as a duplicate of bug 582532 ***