Mercurial > hg > orthanc
comparison Resources/Orthanc.doxygen @ 1523:c388502a066d
testing FilesystemHttpSender
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 11 Aug 2015 16:09:00 +0200 |
parents | 67dca9b38c49 |
children | 4a0c2eedceb6 |
comparison
equal
deleted
inserted
replaced
1522:f938f7779bcb | 1523:c388502a066d |
---|---|
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 = NO | 1603 HAVE_DOT = YES |
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 |