diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-03-15 10:14:23 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2007-03-15 10:14:23 (GMT) |
commit | 97a3911e2682bfebeebbb8999c9e3844c414c3e0 (patch) | |
tree | 5300b179faf00eea740dda6ee3be5343c70b1c79 /doc/config.doc | |
parent | f7f03d9491454ddc9b855b8637d482df6bd622c2 (diff) | |
download | Doxygen-97a3911e2682bfebeebbb8999c9e3844c414c3e0.zip Doxygen-97a3911e2682bfebeebbb8999c9e3844c414c3e0.tar.gz Doxygen-97a3911e2682bfebeebbb8999c9e3844c414c3e0.tar.bz2 |
Release-1.5.1-20070315
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index e1c9481..8801aa1 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -163,6 +163,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_man_links MAN_LINKS \refitem cfg_man_output MAN_OUTPUT \refitem cfg_max_initializer_lines MAX_INITIALIZER_LINES +\refitem cfg_mscgen_path MSCGEN_PATH \refitem cfg_multiline_cpp_is_brief MULTILINE_CPP_IS_BRIEF \refitem cfg_optimize_output_for_c OPTIMIZE_OUTPUT_FOR_C \refitem cfg_optimize_output_java OPTIMIZE_OUTPUT_JAVA @@ -1635,6 +1636,15 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> This is only a fallback. It is recommended to install and use dot, since it yields more powerful graphs. +\anchor cfg_mscgen_path +<dt>\c MSCGEN_PATH <dd> + \addindex MSCGEN_PATH + You can define message sequence charts within doxygen comments using the \ref cmdmsc "\\msc" + command. Doxygen will then run the <a href="http://www.mcternan.me.uk/mscgen/">msgen tool</a>) to + produce the chart and insert it in the documentation. The <code>MSCGEN_PATH</code> tag allows you to + specify the directory where the mscgen tool resides. If left empty the tool is assumed to + be found in the default search path. + \anchor cfg_have_dot <dt>\c HAVE_DOT <dd> \addindex HAVE_DOT |