diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-10-21 18:25:14 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-10-21 18:25:14 (GMT) |
commit | a3771cf0f866fc3f42fcf60be8fa563337c03b90 (patch) | |
tree | a421574738ffcc554e519687dc7250b29a1c2c75 /src | |
parent | 3ae2ebe39fd90c870c4ba2bb4bae93ecc999b332 (diff) | |
parent | 352bac2c21b69d4e33ec0056fe4d2b96fbe1b0b5 (diff) | |
download | Doxygen-a3771cf0f866fc3f42fcf60be8fa563337c03b90.zip Doxygen-a3771cf0f866fc3f42fcf60be8fa563337c03b90.tar.gz Doxygen-a3771cf0f866fc3f42fcf60be8fa563337c03b90.tar.bz2 |
Merge pull request #242 from albert-github/feature/plantuml_dependencyfeature2
Remove dependency of PLantUML on HAVE_DOT
Diffstat (limited to 'src')
-rw-r--r-- | src/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml index 1e97b47..d46b8ef 100644 --- a/src/config.xml +++ b/src/config.xml @@ -3304,7 +3304,7 @@ to be found in the default search path. ]]> </docs> </option> - <option type='string' id='PLANTUML_JAR_PATH' format='dir' defval='' depends='HAVE_DOT'> + <option type='string' id='PLANTUML_JAR_PATH' format='dir' defval=''> <docs> <![CDATA[ When using plantuml, the \c PLANTUML_JAR_PATH tag should be used to specify the path where @@ -3314,7 +3314,7 @@ to be found in the default search path. ]]> </docs> </option> - <option type='list' id='PLANTUML_INCLUDE_PATH' format='dir' defval='' depends='HAVE_DOT'> + <option type='list' id='PLANTUML_INCLUDE_PATH' format='dir' defval=''> <docs> <![CDATA[ When using plantuml, the specified paths are searched for files specified by the \c !include |