@@ -1252,46 +1252,6 @@ USE_HTAGS = NO
1252
1252
1253
1253
VERBATIM_HEADERS = YES
1254
1254
1255
- # If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the
1256
- # clang parser (see:
1257
- # http://clang.llvm.org/) for more accurate parsing at the cost of reduced
1258
- # performance. This can be particularly helpful with template rich C++ code for
1259
- # which doxygen's built-in parser lacks the necessary type information.
1260
- # Note: The availability of this option depends on whether or not doxygen was
1261
- # generated with the -Duse_libclang=ON option for CMake.
1262
- # The default value is: NO.
1263
-
1264
- CLANG_ASSISTED_PARSING = NO
1265
-
1266
- # If the CLANG_ASSISTED_PARSING tag is set to YES and the CLANG_ADD_INC_PATHS
1267
- # tag is set to YES then doxygen will add the directory of each input to the
1268
- # include path.
1269
- # The default value is: YES.
1270
- # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1271
-
1272
- CLANG_ADD_INC_PATHS = YES
1273
-
1274
- # If clang assisted parsing is enabled you can provide the compiler with command
1275
- # line options that you would normally use when invoking the compiler. Note that
1276
- # the include paths will already be set by doxygen for the files and directories
1277
- # specified with INPUT and INCLUDE_PATH.
1278
- # This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES.
1279
-
1280
- CLANG_OPTIONS =
1281
-
1282
- # If clang assisted parsing is enabled you can provide the clang parser with the
1283
- # path to the directory containing a file called compile_commands.json. This
1284
- # file is the compilation database (see:
1285
- # http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the
1286
- # options used when the source files were built. This is equivalent to
1287
- # specifying the -p option to a clang tool, such as clang-check. These options
1288
- # will then be passed to the parser. Any options specified with CLANG_OPTIONS
1289
- # will be added as well.
1290
- # Note: The availability of this option depends on whether or not doxygen was
1291
- # generated with the -Duse_libclang=ON option for CMake.
1292
-
1293
- CLANG_DATABASE_PATH =
1294
-
1295
1255
#---------------------------------------------------------------------------
1296
1256
# Configuration options related to the alphabetical class index
1297
1257
#---------------------------------------------------------------------------
0 commit comments