summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-09-16 19:35:43 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-09-16 19:35:43 (GMT)
commit2eece646faff22eeb256cd67b9af424401be2e41 (patch)
tree59b27c03b48ac6fbf40d3f7f774671ebb1d08e56 /src/config.xml
parentc9a69180f6e47090249711b11fe9c46e42846b88 (diff)
parentbbb6bb217a2feb7b9b961037072f06ff1024a0ef (diff)
downloadDoxygen-2eece646faff22eeb256cd67b9af424401be2e41.zip
Doxygen-2eece646faff22eeb256cd67b9af424401be2e41.tar.gz
Doxygen-2eece646faff22eeb256cd67b9af424401be2e41.tar.bz2
Merge pull request #226 from albert-github/feature/plantuml_include
Support plantuml !include statement
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 670ebaf..fb3b1de 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -3314,6 +3314,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[