@@ -48,7 +48,7 @@ OUTPUT_DIRECTORY = build/doxygen
48
48
# source files, where putting all generated files in the same directory would
49
49
# otherwise cause performance problems for the file system.
50
50
51
- CREATE_SUBDIRS = YES
51
+ CREATE_SUBDIRS = NO
52
52
53
53
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
54
54
# documentation generated by doxygen is written. Doxygen will use this
@@ -308,7 +308,7 @@ EXTRACT_PRIVATE = NO
308
308
# If the EXTRACT_STATIC tag is set to YES all static members of a file
309
309
# will be included in the documentation.
310
310
311
- EXTRACT_STATIC = NO
311
+ EXTRACT_STATIC = YES
312
312
313
313
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
314
314
# defined locally in source files will be included in the documentation.
@@ -492,7 +492,7 @@ SHOW_NAMESPACES = NO
492
492
# provided by doxygen. Whatever the program writes to standard output
493
493
# is used as the file version. See the manual for examples.
494
494
495
- FILE_VERSION_FILTER =
495
+ FILE_VERSION_FILTER = "ident -q"
496
496
497
497
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
498
498
# doxygen. The layout file controls the global structure of the generated output files
@@ -510,13 +510,13 @@ LAYOUT_FILE =
510
510
# The QUIET tag can be used to turn on/off the messages that are generated
511
511
# by doxygen. Possible values are YES and NO. If left blank NO is used.
512
512
513
- QUIET = NO
513
+ QUIET = YES
514
514
515
515
# The WARNINGS tag can be used to turn on/off the warning messages that are
516
516
# generated by doxygen. Possible values are YES and NO. If left blank
517
517
# NO is used.
518
518
519
- WARNINGS = YES
519
+ WARNINGS = NO
520
520
521
521
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
522
522
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
@@ -563,7 +563,7 @@ WARN_LOGFILE =
563
563
# directories like "/usr/src/myproject". Separate the files or directories
564
564
# with spaces.
565
565
566
- INPUT = source
566
+ INPUT = source/texk/web2c/luatexdir
567
567
568
568
# This tag can be used to specify the character encoding of the source files
569
569
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -592,7 +592,7 @@ RECURSIVE = YES
592
592
# excluded from the INPUT source files. This way you can easily exclude a
593
593
# subdirectory from a directory tree whose root is specified with the INPUT tag.
594
594
595
- EXCLUDE =
595
+ EXCLUDE = source/texk/web2c/luatexdir/lua51/ source/texk/web2c/luatexdir/luafilesystem/ source/texk/web2c/luatexdir/luafontloader/ source/texk/web2c/luatexdir/luamd5/ source/texk/web2c/luatexdir/luapeg/ source/texk/web2c/luatexdir/luaprofiler source/texk/web2c/luatexdir/luasocket/ source/texk/web2c/luatexdir/luazip/ source/texk/web2c/luatexdir/luazlib source/texk/web2c/luatexdir/slnunicode/ source/texk/web2c/luatexdir/zziplib/
596
596
597
597
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
598
598
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -1400,7 +1400,7 @@ GROUP_GRAPHS = YES
1400
1400
# collaboration diagrams in a style similar to the OMG's Unified Modeling
1401
1401
# Language.
1402
1402
1403
- UML_LOOK = NO
1403
+ UML_LOOK = YES
1404
1404
1405
1405
# If set to YES, the inheritance and collaboration graphs will show the
1406
1406
# relations between templates and their instances.
@@ -1484,22 +1484,22 @@ DOT_GRAPH_MAX_NODES = 50
1484
1484
# code bases. Also note that the size of a graph can be further restricted by
1485
1485
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1486
1486
1487
- MAX_DOT_GRAPH_DEPTH = 0
1487
+ MAX_DOT_GRAPH_DEPTH = 3
1488
1488
1489
1489
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1490
1490
# background. This is disabled by default, because dot on Windows does not
1491
1491
# seem to support this out of the box. Warning: Depending on the platform used,
1492
1492
# enabling this option may lead to badly anti-aliased labels on the edges of
1493
1493
# a graph (i.e. they become hard to read).
1494
1494
1495
- DOT_TRANSPARENT = NO
1495
+ DOT_TRANSPARENT = YES
1496
1496
1497
1497
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1498
1498
# files in one run (i.e. multiple -o and -T options on the command line). This
1499
1499
# makes dot run faster, but since only newer versions of dot (>1.8.10)
1500
1500
# support this, this feature is disabled by default.
1501
1501
1502
- DOT_MULTI_TARGETS = NO
1502
+ DOT_MULTI_TARGETS = YES
1503
1503
1504
1504
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1505
1505
# generate a legend page explaining the meaning of the various boxes and
0 commit comments