components/esp32-owb/doc/Doxyfile

changeset 72
acc1904cd70d
parent 0
88d965579617
equal deleted inserted replaced
71:995557380e5f 72:acc1904cd70d
1070 # See also: Section \class. 1070 # See also: Section \class.
1071 # The default value is: YES. 1071 # The default value is: YES.
1072 1072
1073 VERBATIM_HEADERS = YES 1073 VERBATIM_HEADERS = YES
1074 1074
1075 # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1076 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the
1077 # cost of reduced performance. This can be particularly helpful with template
1078 # rich C++ code for which doxygen's built-in parser lacks the necessary type
1079 # information.
1080 # Note: The availability of this option depends on whether or not doxygen was
1081 # generated with the -Duse-libclang=ON option for CMake.
1082 # The default value is: NO.
1083
1084 CLANG_ASSISTED_PARSING = NO
1085
1086 # If clang assisted parsing is enabled you can provide the compiler with command
1087 # line options that you would normally use when invoking the compiler. Note that
1088 # the include paths will already be set by doxygen for the files and directories
1089 # specified with INPUT and INCLUDE_PATH.
1090 # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1091
1092 CLANG_OPTIONS =
1093
1075 #--------------------------------------------------------------------------- 1094 #---------------------------------------------------------------------------
1076 # Configuration options related to the alphabetical class index 1095 # Configuration options related to the alphabetical class index
1077 #--------------------------------------------------------------------------- 1096 #---------------------------------------------------------------------------
1078 1097
1079 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all 1098 # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
2193 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 2212 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
2194 # available from the path. This tool is part of Graphviz (see: 2213 # available from the path. This tool is part of Graphviz (see:
2195 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent 2214 # http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
2196 # Bell Labs. The other options in this section have no effect if this option is 2215 # Bell Labs. The other options in this section have no effect if this option is
2197 # set to NO 2216 # set to NO
2198 # The default value is: NO. 2217 # The default value is: YES.
2199 2218
2200 HAVE_DOT = NO 2219 HAVE_DOT = NO
2201 2220
2202 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed 2221 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2203 # to run in parallel. When set to 0 doxygen will base this on the number of 2222 # to run in parallel. When set to 0 doxygen will base this on the number of
2349 # output formats in the documentation of the dot tool (Graphviz (see: 2368 # output formats in the documentation of the dot tool (Graphviz (see:
2350 # http://www.graphviz.org/)). 2369 # http://www.graphviz.org/)).
2351 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order 2370 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
2352 # to make the SVG files visible in IE 9+ (other browsers do not have this 2371 # to make the SVG files visible in IE 9+ (other browsers do not have this
2353 # requirement). 2372 # requirement).
2354 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo, 2373 # Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
2374 # png:gd:gd, jpg, jpg:cairo, jpg:cairo:gd, jpg:gd, jpg:gd:gd, gif, gif:cairo,
2375 # gif:cairo:gd, gif:gd, gif:gd:gd, svg, png:gd, png:gd:gd, png:cairo,
2355 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and 2376 # png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
2356 # png:gdiplus:gdiplus. 2377 # png:gdiplus:gdiplus.
2357 # The default value is: png. 2378 # The default value is: png.
2358 # This tag requires that the tag HAVE_DOT is set to YES. 2379 # This tag requires that the tag HAVE_DOT is set to YES.
2359 2380

mercurial