|
1 |
| -# Doxyfile 1.13.0 |
| 1 | +# Doxyfile 1.13.2 |
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.
|
@@ -48,7 +48,7 @@ PROJECT_NAME = wxSQLite3
|
48 | 48 | # could be handy for archiving the generated documentation or if some version
|
49 | 49 | # control system is used.
|
50 | 50 |
|
51 |
| -PROJECT_NUMBER = 4.10.4 |
| 51 | +PROJECT_NUMBER = 4.10.5 |
52 | 52 |
|
53 | 53 | # Using the PROJECT_BRIEF tag one can provide an optional one line description
|
54 | 54 | # for a project that appears at the top of each page and should give viewers a
|
@@ -927,6 +927,14 @@ WARN_NO_PARAMDOC = NO
|
927 | 927 |
|
928 | 928 | WARN_IF_UNDOC_ENUM_VAL = NO
|
929 | 929 |
|
| 930 | +# If WARN_LAYOUT_FILE option is set to YES, Doxygen will warn about issues found |
| 931 | +# while parsing the user defined layout file, such as missing or wrong elements. |
| 932 | +# See also LAYOUT_FILE for details. If set to NO, problems with the layout file |
| 933 | +# will be suppressed. |
| 934 | +# The default value is: YES. |
| 935 | + |
| 936 | +WARN_LAYOUT_FILE = YES |
| 937 | + |
930 | 938 | # If the WARN_AS_ERROR tag is set to YES then Doxygen will immediately stop when
|
931 | 939 | # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
|
932 | 940 | # then Doxygen will continue running as if WARN_AS_ERROR tag is set to NO, but
|
@@ -2791,24 +2799,29 @@ DIR_GRAPH_MAX_DEPTH = 1
|
2791 | 2799 | # generated by dot. For an explanation of the image formats see the section
|
2792 | 2800 | # output formats in the documentation of the dot tool (Graphviz (see:
|
2793 | 2801 | # https://www.graphviz.org/)).
|
2794 |
| -# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order |
2795 |
| -# to make the SVG files visible in IE 9+ (other browsers do not have this |
2796 |
| -# requirement). |
| 2802 | +# |
| 2803 | +# Note the formats svg:cairo and svg:cairo:cairo cannot be used in combination |
| 2804 | +# with INTERACTIVE_SVG (the INTERACTIVE_SVG will be set to NO). |
2797 | 2805 | # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
|
2798 |
| -# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and |
2799 |
| -# png:gdiplus:gdiplus. |
| 2806 | +# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus, |
| 2807 | +# png:gdiplus:gdiplus, svg:cairo, svg:cairo:cairo, svg:svg, svg:svg:core, |
| 2808 | +# gif:cairo, gif:cairo:gd, gif:cairo:gdiplus, gif:gdiplus, gif:gdiplus:gdiplus, |
| 2809 | +# gif:gd, gif:gd:gd, jpg:cairo, jpg:cairo:gd, jpg:cairo:gdiplus, jpg:gd, |
| 2810 | +# jpg:gd:gd, jpg:gdiplus and jpg:gdiplus:gdiplus. |
2800 | 2811 | # The default value is: png.
|
2801 | 2812 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2802 | 2813 |
|
2803 | 2814 | DOT_IMAGE_FORMAT = png
|
2804 | 2815 |
|
2805 |
| -# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to |
2806 |
| -# enable generation of interactive SVG images that allow zooming and panning. |
| 2816 | +# If DOT_IMAGE_FORMAT is set to svg or svg:svg or svg:svg:core, then this option |
| 2817 | +# can be set to YES to enable generation of interactive SVG images that allow |
| 2818 | +# zooming and panning. |
2807 | 2819 | #
|
2808 | 2820 | # Note that this requires a modern browser other than Internet Explorer. Tested
|
2809 | 2821 | # and working are Firefox, Chrome, Safari, and Opera.
|
2810 |
| -# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make |
2811 |
| -# the SVG files visible. Older versions of IE do not have SVG support. |
| 2822 | +# |
| 2823 | +# Note This option will be automatically disabled when DOT_IMAGE_FORMAT is set |
| 2824 | +# to svg:cairo or svg:cairo:cairo. |
2812 | 2825 | # The default value is: NO.
|
2813 | 2826 | # This tag requires that the tag HAVE_DOT is set to YES.
|
2814 | 2827 |
|
|
0 commit comments