Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 24a04ac

Browse files
committed
trim documentation
git-svn-id: https://serveur-svn.lri.fr/svn/modhel/luatex/trunk@3051 0b2b3880-5936-4365-a048-eb17d2e5a6bf
1 parent f36ece0 commit 24a04ac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.doxygen

+11-11
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OUTPUT_DIRECTORY = build/doxygen
4848
# source files, where putting all generated files in the same directory would
4949
# otherwise cause performance problems for the file system.
5050

51-
CREATE_SUBDIRS = YES
51+
CREATE_SUBDIRS = NO
5252

5353
# The OUTPUT_LANGUAGE tag is used to specify the language in which all
5454
# documentation generated by doxygen is written. Doxygen will use this
@@ -308,7 +308,7 @@ EXTRACT_PRIVATE = NO
308308
# If the EXTRACT_STATIC tag is set to YES all static members of a file
309309
# will be included in the documentation.
310310

311-
EXTRACT_STATIC = NO
311+
EXTRACT_STATIC = YES
312312

313313
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
314314
# defined locally in source files will be included in the documentation.
@@ -492,7 +492,7 @@ SHOW_NAMESPACES = NO
492492
# provided by doxygen. Whatever the program writes to standard output
493493
# is used as the file version. See the manual for examples.
494494

495-
FILE_VERSION_FILTER =
495+
FILE_VERSION_FILTER = "ident -q"
496496

497497
# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
498498
# doxygen. The layout file controls the global structure of the generated output files
@@ -510,13 +510,13 @@ LAYOUT_FILE =
510510
# The QUIET tag can be used to turn on/off the messages that are generated
511511
# by doxygen. Possible values are YES and NO. If left blank NO is used.
512512

513-
QUIET = NO
513+
QUIET = YES
514514

515515
# The WARNINGS tag can be used to turn on/off the warning messages that are
516516
# generated by doxygen. Possible values are YES and NO. If left blank
517517
# NO is used.
518518

519-
WARNINGS = YES
519+
WARNINGS = NO
520520

521521
# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
522522
# for undocumented members. If EXTRACT_ALL is set to YES then this flag will
@@ -563,7 +563,7 @@ WARN_LOGFILE =
563563
# directories like "/usr/src/myproject". Separate the files or directories
564564
# with spaces.
565565

566-
INPUT = source
566+
INPUT = source/texk/web2c/luatexdir
567567

568568
# This tag can be used to specify the character encoding of the source files
569569
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -592,7 +592,7 @@ RECURSIVE = YES
592592
# excluded from the INPUT source files. This way you can easily exclude a
593593
# subdirectory from a directory tree whose root is specified with the INPUT tag.
594594

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/
596596

597597
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
598598
# directories that are symbolic links (a Unix filesystem feature) are excluded
@@ -1400,7 +1400,7 @@ GROUP_GRAPHS = YES
14001400
# collaboration diagrams in a style similar to the OMG's Unified Modeling
14011401
# Language.
14021402

1403-
UML_LOOK = NO
1403+
UML_LOOK = YES
14041404

14051405
# If set to YES, the inheritance and collaboration graphs will show the
14061406
# relations between templates and their instances.
@@ -1484,22 +1484,22 @@ DOT_GRAPH_MAX_NODES = 50
14841484
# code bases. Also note that the size of a graph can be further restricted by
14851485
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
14861486

1487-
MAX_DOT_GRAPH_DEPTH = 0
1487+
MAX_DOT_GRAPH_DEPTH = 3
14881488

14891489
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
14901490
# background. This is disabled by default, because dot on Windows does not
14911491
# seem to support this out of the box. Warning: Depending on the platform used,
14921492
# enabling this option may lead to badly anti-aliased labels on the edges of
14931493
# a graph (i.e. they become hard to read).
14941494

1495-
DOT_TRANSPARENT = NO
1495+
DOT_TRANSPARENT = YES
14961496

14971497
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
14981498
# files in one run (i.e. multiple -o and -T options on the command line). This
14991499
# makes dot run faster, but since only newer versions of dot (>1.8.10)
15001500
# support this, this feature is disabled by default.
15011501

1502-
DOT_MULTI_TARGETS = NO
1502+
DOT_MULTI_TARGETS = YES
15031503

15041504
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
15051505
# generate a legend page explaining the meaning of the various boxes and

0 commit comments

Comments
 (0)