comparison Resources/Orthanc.doxygen @ 1524:4a0c2eedceb6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 16:09:24 +0200
parents c388502a066d
children 87c71bfb4e8a
comparison
equal deleted inserted replaced
1523:c388502a066d 1524:4a0c2eedceb6
1598 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 1598 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1599 # available from the path. This tool is part of Graphviz, a graph visualization 1599 # available from the path. This tool is part of Graphviz, a graph visualization
1600 # toolkit from AT&T and Lucent Bell Labs. The other options in this section 1600 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
1601 # have no effect if this option is set to NO (the default) 1601 # have no effect if this option is set to NO (the default)
1602 1602
1603 HAVE_DOT = YES 1603 HAVE_DOT = NO
1604 1604
1605 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is 1605 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1606 # allowed to run in parallel. When set to 0 (the default) doxygen will 1606 # allowed to run in parallel. When set to 0 (the default) doxygen will
1607 # base this on the number of processors available in the system. You can set it 1607 # base this on the number of processors available in the system. You can set it
1608 # explicitly to a value larger than 0 to get control over the balance 1608 # explicitly to a value larger than 0 to get control over the balance