summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-06-26 19:12:40 (GMT)
committerGitHub <noreply@github.com>2019-06-26 19:12:40 (GMT)
commit15aab7a916d8d542dfe04213cbf281c58fde190b (patch)
treedc702bf59640aab2a578b2b09248d364771c093e
parent873e0ccfbe43ef98d4858beb08eef37631ae3cf6 (diff)
parent54cb30bf6c3a4ba1b2830970f669559ce23ae7be (diff)
downloadDoxygen-15aab7a916d8d542dfe04213cbf281c58fde190b.zip
Doxygen-15aab7a916d8d542dfe04213cbf281c58fde190b.tar.gz
Doxygen-15aab7a916d8d542dfe04213cbf281c58fde190b.tar.bz2
Merge pull request #7081 from albert-github/feature/bug_docu_mscgen
Update documentation for msc
-rw-r--r--doc/commands.doc5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/commands.doc b/doc/commands.doc
index 8e91b9c..ca7786c 100644
--- a/doc/commands.doc
+++ b/doc/commands.doc
@@ -2784,8 +2784,7 @@ 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.
- \note You need to install the <code>mscgen</code> tool, if you want to use this
- command.
+ \note mscgen is now built in into doxygen
Here is an example of the use of the \c \\msc command.
\code
@@ -2923,7 +2922,7 @@ class Receiver
The first argument specifies the file name of the image.
doxygen will look for files in the paths (or files) that you specified
after the \ref cfg_mscfile_dirs "MSCFILE_DIRS" tag.
- If the msc file is found it will be used as an input file to the mscgen tool.
+ If the msc file is found it will be used as an input file to the built in mscgen tool.
The resulting image will be put into the correct output directory.
If the msc file name contains spaces you'll have to put quotes ("...") around it.