Showing
1 changed file
with
5 additions
and
5 deletions
| @@ -1355,7 +1355,7 @@ DOT_FONTNAME = FreeSans | @@ -1355,7 +1355,7 @@ DOT_FONTNAME = FreeSans | ||
| 1355 | # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. | 1355 | # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. |
| 1356 | # The default size is 10pt. | 1356 | # The default size is 10pt. |
| 1357 | 1357 | ||
| 1358 | -DOT_FONTSIZE = 10 | 1358 | +DOT_FONTSIZE = 8 |
| 1359 | 1359 | ||
| 1360 | # By default doxygen will tell dot to use the output directory to look for the | 1360 | # By default doxygen will tell dot to use the output directory to look for the |
| 1361 | # FreeSans.ttf font (which doxygen will put there itself). If you specify a | 1361 | # FreeSans.ttf font (which doxygen will put there itself). If you specify a |
| @@ -1387,12 +1387,12 @@ GROUP_GRAPHS = YES | @@ -1387,12 +1387,12 @@ GROUP_GRAPHS = YES | ||
| 1387 | # collaboration diagrams in a style similar to the OMG's Unified Modeling | 1387 | # collaboration diagrams in a style similar to the OMG's Unified Modeling |
| 1388 | # Language. | 1388 | # Language. |
| 1389 | 1389 | ||
| 1390 | -UML_LOOK = NO | 1390 | +UML_LOOK = YES |
| 1391 | 1391 | ||
| 1392 | # If set to YES, the inheritance and collaboration graphs will show the | 1392 | # If set to YES, the inheritance and collaboration graphs will show the |
| 1393 | # relations between templates and their instances. | 1393 | # relations between templates and their instances. |
| 1394 | 1394 | ||
| 1395 | -TEMPLATE_RELATIONS = NO | 1395 | +TEMPLATE_RELATIONS = YES |
| 1396 | 1396 | ||
| 1397 | # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT | 1397 | # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT |
| 1398 | # tags are set to YES then doxygen will generate a graph for each documented | 1398 | # tags are set to YES then doxygen will generate a graph for each documented |
| @@ -1479,14 +1479,14 @@ MAX_DOT_GRAPH_DEPTH = 0 | @@ -1479,14 +1479,14 @@ MAX_DOT_GRAPH_DEPTH = 0 | ||
| 1479 | # enabling this option may lead to badly anti-aliased labels on the edges of | 1479 | # enabling this option may lead to badly anti-aliased labels on the edges of |
| 1480 | # a graph (i.e. they become hard to read). | 1480 | # a graph (i.e. they become hard to read). |
| 1481 | 1481 | ||
| 1482 | -DOT_TRANSPARENT = NO | 1482 | +DOT_TRANSPARENT = YES |
| 1483 | 1483 | ||
| 1484 | # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output | 1484 | # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output |
| 1485 | # files in one run (i.e. multiple -o and -T options on the command line). This | 1485 | # files in one run (i.e. multiple -o and -T options on the command line). This |
| 1486 | # makes dot run faster, but since only newer versions of dot (>1.8.10) | 1486 | # makes dot run faster, but since only newer versions of dot (>1.8.10) |
| 1487 | # support this, this feature is disabled by default. | 1487 | # support this, this feature is disabled by default. |
| 1488 | 1488 | ||
| 1489 | -DOT_MULTI_TARGETS = NO | 1489 | +DOT_MULTI_TARGETS = YES |
| 1490 | 1490 | ||
| 1491 | # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will | 1491 | # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will |
| 1492 | # generate a legend page explaining the meaning of the various boxes and | 1492 | # generate a legend page explaining the meaning of the various boxes and |
Please
register
or
login
to post a comment