summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-09-07 17:12:57 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-09-07 17:12:57 (GMT)
commitbbb6bb217a2feb7b9b961037072f06ff1024a0ef (patch)
treebfe4a9234f2bb3de5ba5cf7da3007b8997acef9d /src/config.xml
parentaf14bab65f67d66b65f2ddf5c5d76a96f23cd447 (diff)
downloadDoxygen-bbb6bb217a2feb7b9b961037072f06ff1024a0ef.zip
Doxygen-bbb6bb217a2feb7b9b961037072f06ff1024a0ef.tar.gz
Doxygen-bbb6bb217a2feb7b9b961037072f06ff1024a0ef.tar.bz2
Support plantuml !include statement
Support the plantuml !include statement by using the newly defined PLANTUML_INCLUDE_PATH
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.xml b/src/config.xml
index fb60c4c..9448781 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3305,6 +3305,14 @@ to be found in the default search path.
]]>
</docs>
</option>
+ <option type='list' id='PLANTUML_INCLUDE_PATH' format='dir' defval='' depends='HAVE_DOT'>
+ <docs>
+<![CDATA[
+ When using plantuml, the specified paths are searched for files specified by the \c !include
+ statement in a plantuml block.
+]]>
+ </docs>
+ </option>
<option type='int' id='DOT_GRAPH_MAX_NODES' minval='0' maxval='10000' defval='50' depends='HAVE_DOT'>
<docs>
<![CDATA[