|
1 |
| -# Doxyfile 1.9.2 |
| 1 | +# Doxyfile 1.9.3 |
2 | 2 |
|
3 | 3 | # This file describes the settings to be used by the documentation system
|
4 | 4 | # doxygen (www.doxygen.org) for a project.
|
@@ -847,7 +847,10 @@ WARN_FORMAT = "$file:$line: $text"
|
847 | 847 |
|
848 | 848 | # The WARN_LOGFILE tag can be used to specify a file to which warning and error
|
849 | 849 | # messages should be written. If left blank the output is written to standard
|
850 |
| -# error (stderr). |
| 850 | +# error (stderr). In case the file specified cannot be opened for writing the |
| 851 | +# warning and error messages are written to standard error. When as file - is |
| 852 | +# specified the warning and error messages are written to standard output |
| 853 | +# (stdout). |
851 | 854 |
|
852 | 855 | WARN_LOGFILE =
|
853 | 856 |
|
@@ -983,7 +986,7 @@ EXCLUDE_PATTERNS =
|
983 | 986 | # (namespaces, classes, functions, etc.) that should be excluded from the
|
984 | 987 | # output. The symbol name can be a fully qualified name, a word, or if the
|
985 | 988 | # wildcard * is used, a substring. Examples: ANamespace, AClass,
|
986 |
| -# AClass::ANamespace, ANamespace::*Test |
| 989 | +# ANamespace::AClass, ANamespace::*Test |
987 | 990 | #
|
988 | 991 | # Note that the wildcards are matched against the file with absolute path, so to
|
989 | 992 | # exclude all test directories use the pattern */test/*
|
@@ -1360,6 +1363,13 @@ GENERATE_DOCSET = NO
|
1360 | 1363 |
|
1361 | 1364 | DOCSET_FEEDNAME = "Doxygen generated docs"
|
1362 | 1365 |
|
| 1366 | +# This tag determines the URL of the docset feed. A documentation feed provides |
| 1367 | +# an umbrella under which multiple documentation sets from a single provider |
| 1368 | +# (such as a company or product suite) can be grouped. |
| 1369 | +# This tag requires that the tag GENERATE_DOCSET is set to YES. |
| 1370 | + |
| 1371 | +DOCSET_FEEDURL = |
| 1372 | + |
1363 | 1373 | # This tag specifies a string that should uniquely identify the documentation
|
1364 | 1374 | # set bundle. This should be a reverse domain-name style string, e.g.
|
1365 | 1375 | # com.mycompany.MyDocSet. Doxygen will append .docset to the name.
|
@@ -1564,7 +1574,7 @@ GENERATE_TREEVIEW = YES
|
1564 | 1574 | # area (value NO) or if it should extend to the full height of the window (value
|
1565 | 1575 | # YES). Setting this to YES gives a layout similar to
|
1566 | 1576 | # https://docs.readthedocs.io with more room for contents, but less room for the
|
1567 |
| -# project logo, title, and description. If either GENERATOR_TREEVIEW or |
| 1577 | +# project logo, title, and description. If either GENERATE_TREEVIEW or |
1568 | 1578 | # DISABLE_INDEX is set to NO, this option has no effect.
|
1569 | 1579 | # The default value is: NO.
|
1570 | 1580 | # This tag requires that the tag GENERATE_HTML is set to YES.
|
@@ -1595,6 +1605,13 @@ TREEVIEW_WIDTH = 250
|
1595 | 1605 |
|
1596 | 1606 | EXT_LINKS_IN_WINDOW = NO
|
1597 | 1607 |
|
| 1608 | +# If the OBFUSCATE_EMAILS tag is set to YES, doxygen will obfuscate email |
| 1609 | +# addresses. |
| 1610 | +# The default value is: YES. |
| 1611 | +# This tag requires that the tag GENERATE_HTML is set to YES. |
| 1612 | + |
| 1613 | +OBFUSCATE_EMAILS = YES |
| 1614 | + |
1598 | 1615 | # If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
|
1599 | 1616 | # tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
|
1600 | 1617 | # https://inkscape.org) to generate formulas as SVG images instead of PNGs for
|
@@ -2308,15 +2325,6 @@ EXTERNAL_PAGES = YES
|
2308 | 2325 | # Configuration options related to the dot tool
|
2309 | 2326 | #---------------------------------------------------------------------------
|
2310 | 2327 |
|
2311 |
| -# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram |
2312 |
| -# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to |
2313 |
| -# NO turns the diagrams off. Note that this option also works with HAVE_DOT |
2314 |
| -# disabled, but it is recommended to install and use dot, since it yields more |
2315 |
| -# powerful graphs. |
2316 |
| -# The default value is: YES. |
2317 |
| - |
2318 |
| -CLASS_DIAGRAMS = YES |
2319 |
| - |
2320 | 2328 | # You can include diagrams made with dia in doxygen documentation. Doxygen will
|
2321 | 2329 | # then run dia to produce the diagram and insert it in the documentation. The
|
2322 | 2330 | # DIA_PATH tag allows you to specify the directory where the dia binary resides.
|
@@ -2373,11 +2381,14 @@ DOT_FONTSIZE = 10
|
2373 | 2381 |
|
2374 | 2382 | DOT_FONTPATH =
|
2375 | 2383 |
|
2376 |
| -# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for |
2377 |
| -# each documented class showing the direct and indirect inheritance relations. |
2378 |
| -# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. |
| 2384 | +# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a |
| 2385 | +# graph for each documented class showing the direct and indirect inheritance |
| 2386 | +# relations. In case HAVE_DOT is set as well dot will be used to draw the graph, |
| 2387 | +# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set |
| 2388 | +# to TEXT the direct and indirect inheritance relations will be shown as texts / |
| 2389 | +# links. |
| 2390 | +# Possible values are: NO, YES, TEXT and GRAPH. |
2379 | 2391 | # The default value is: YES.
|
2380 |
| -# This tag requires that the tag HAVE_DOT is set to YES. |
2381 | 2392 |
|
2382 | 2393 | CLASS_GRAPH = YES
|
2383 | 2394 |
|
@@ -2506,6 +2517,13 @@ GRAPHICAL_HIERARCHY = YES
|
2506 | 2517 |
|
2507 | 2518 | DIRECTORY_GRAPH = YES
|
2508 | 2519 |
|
| 2520 | +# The DIR_GRAPH_MAX_DEPTH tag can be used to limit the maximum number of levels |
| 2521 | +# of child directories generated in directory dependency graphs by dot. |
| 2522 | +# Minimum value: 1, maximum value: 25, default value: 1. |
| 2523 | +# This tag requires that the tag DIRECTORY_GRAPH is set to YES. |
| 2524 | + |
| 2525 | +DIR_GRAPH_MAX_DEPTH = 1 |
| 2526 | + |
2509 | 2527 | # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
2510 | 2528 | # generated by dot. For an explanation of the image formats see the section
|
2511 | 2529 | # output formats in the documentation of the dot tool (Graphviz (see:
|
@@ -2559,10 +2577,10 @@ MSCFILE_DIRS =
|
2559 | 2577 | DIAFILE_DIRS =
|
2560 | 2578 |
|
2561 | 2579 | # When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
|
2562 |
| -# path where java can find the plantuml.jar file. If left blank, it is assumed |
2563 |
| -# PlantUML is not used or called during a preprocessing step. Doxygen will |
2564 |
| -# generate a warning when it encounters a \startuml command in this case and |
2565 |
| -# will not generate output for the diagram. |
| 2580 | +# path where java can find the plantuml.jar file or to the filename of jar file |
| 2581 | +# to be used. If left blank, it is assumed PlantUML is not used or called during |
| 2582 | +# a preprocessing step. Doxygen will generate a warning when it encounters a |
| 2583 | +# \startuml command in this case and will not generate output for the diagram. |
2566 | 2584 |
|
2567 | 2585 | PLANTUML_JAR_PATH =
|
2568 | 2586 |
|
@@ -2624,6 +2642,8 @@ DOT_MULTI_TARGETS = NO
|
2624 | 2642 | # If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
|
2625 | 2643 | # explaining the meaning of the various boxes and arrows in the dot generated
|
2626 | 2644 | # graphs.
|
| 2645 | +# Note: This tag requires that UML_LOOK isn't set, i.e. the doxygen internal |
| 2646 | +# graphical representation for inheritance and collaboration diagrams is used. |
2627 | 2647 | # The default value is: YES.
|
2628 | 2648 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2629 | 2649 |
|
|
0 commit comments