diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-07-07 10:33:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 10:33:27 (GMT) |
commit | f56b04cb438845ed9bf028e9c7cb83ea24bac8f0 (patch) | |
tree | 3c5c1dcda4b7572b9d2c96cd7a8caed991628966 | |
parent | f2cd8f4550d1355a46c68b98036bd4cb22e53afb (diff) | |
parent | 477261a13d68e98aa5c170440d047c3b32f8ad09 (diff) | |
download | Doxygen-f56b04cb438845ed9bf028e9c7cb83ea24bac8f0.zip Doxygen-f56b04cb438845ed9bf028e9c7cb83ea24bac8f0.tar.gz Doxygen-f56b04cb438845ed9bf028e9c7cb83ea24bac8f0.tar.bz2 |
Merge pull request #7082 from albert-github/feature/bug_642126
Bug 642126 - @mscfile <filename> does not process mscgen code
-rw-r--r-- | doc/commands.doc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index ca7786c..6c8b696 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -2783,7 +2783,8 @@ See also the \ref emojisup "emoji support page" for details. \note The text fragment should only include the part of the message sequence chart that is - within the <code>msc {...}</code> block. + within the <code>msc {...}</code> block (this is different from + \ref cmdmscfile "\\mscfile"). \note mscgen is now built in into doxygen Here is an example of the use of the \c \\msc command. @@ -2937,6 +2938,10 @@ class Receiver \ref image_sizeindicator "Size indication" with the \ref cmdimage "\\image" command. + \note The text fragment should include the part message of the + sequence chart as well as the starting `msc {` and ending `}` + (this is different from \ref cmdmsc "\\msc"). + \sa section \ref cmdmsc "\\msc". <hr> |