summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index 996279c..06654b9 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3012,6 +3012,16 @@ where `loc1` and `loc2` can be relative or absolute paths or URLs.
]]>
</docs>
</option>
+ <option type='string' id='DIA_PATH' format='dir' defval=''>
+ <docs>
+<![CDATA[
+You can include diagrams made with dia in doxygen documentation. Doxygen will then run
+dia to produce the diagram and insert it in the documentation. The DIA_PATH tag allows
+you to specify the directory where the dia binary resides. If left empty dia is assumed
+to be found in the default search path.
+]]>
+ </docs>
+ </option>
<option type='bool' id='HIDE_UNDOC_RELATIONS' defval='1'>
<docs>
<![CDATA[
@@ -3246,6 +3256,15 @@ where `loc1` and `loc2` can be relative or absolute paths or URLs.
]]>
</docs>
</option>
+ <option type='list' id='DIAFILE_DIRS' format='dir'>
+ <docs>
+<![CDATA[
+ The \c DIAFILE_DIRS tag can be used to specify one or more directories that
+ contain dia files that are included in the documentation (see the
+ \ref cmdmscfile "\\diafile" command).
+]]>
+ </docs>
+ </option>
<option type='int' id='DOT_GRAPH_MAX_NODES' minval='0' maxval='10000' defval='50' depends='HAVE_DOT'>
<docs>
<![CDATA[