@@ -309,7 +309,7 @@ AUTOLINK_SUPPORT = YES
309
309
# diagrams that involve STL classes more complete and accurate.
310
310
# The default value is: NO.
311
311
312
- BUILTIN_STL_SUPPORT = NO
312
+ BUILTIN_STL_SUPPORT = YES
313
313
314
314
# If you use Microsoft's C++/CLI language, you should set this option to YES to
315
315
# enable parsing support.
@@ -409,25 +409,25 @@ LOOKUP_CACHE_SIZE = 0
409
409
# normally produced when WARNINGS is set to YES.
410
410
# The default value is: NO.
411
411
412
- EXTRACT_ALL = NO
412
+ EXTRACT_ALL = YES
413
413
414
414
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
415
415
# be included in the documentation.
416
416
# The default value is: NO.
417
417
418
- EXTRACT_PRIVATE = NO
418
+ EXTRACT_PRIVATE = YES
419
419
420
420
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
421
421
# scope will be included in the documentation.
422
422
# The default value is: NO.
423
423
424
- EXTRACT_PACKAGE = NO
424
+ EXTRACT_PACKAGE = YES
425
425
426
426
# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
427
427
# included in the documentation.
428
428
# The default value is: NO.
429
429
430
- EXTRACT_STATIC = NO
430
+ EXTRACT_STATIC = YES
431
431
432
432
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
433
433
# locally in source files will be included in the documentation. If set to NO,
@@ -1371,7 +1371,7 @@ DISABLE_INDEX = NO
1371
1371
# The default value is: NO.
1372
1372
# This tag requires that the tag GENERATE_HTML is set to YES.
1373
1373
1374
- GENERATE_TREEVIEW = NO
1374
+ GENERATE_TREEVIEW = YES
1375
1375
1376
1376
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1377
1377
# doxygen will group on one line in the generated HTML documentation.
@@ -1683,7 +1683,7 @@ USE_PDFLATEX = YES
1683
1683
# The default value is: NO.
1684
1684
# This tag requires that the tag GENERATE_LATEX is set to YES.
1685
1685
1686
- LATEX_BATCHMODE = NO
1686
+ LATEX_BATCHMODE = YES
1687
1687
1688
1688
# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
1689
1689
# index chapters (such as File Index, Compound Index, etc.) in the output.
0 commit comments