@@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
34
34
# This could be handy for archiving the generated documentation or
35
35
# if some version control system is used.
36
36
37
- PROJECT_NUMBER = 0.9.0
37
+ PROJECT_NUMBER = 0.9.99
38
38
39
39
# Using the PROJECT_BRIEF tag one can provide an optional one line description
40
40
# for a project that appears at the top of each page and should give viewer
@@ -683,7 +683,7 @@ RECURSIVE = YES
683
683
# excluded from the INPUT source files. This way you can easily exclude a
684
684
# subdirectory from a directory tree whose root is specified with the INPUT tag.
685
685
686
- EXCLUDE =
686
+ EXCLUDE = src/leveldb src/json src/test /src/qt/test
687
687
688
688
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
689
689
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -705,7 +705,7 @@ EXCLUDE_PATTERNS =
705
705
# wildcard * is used, a substring. Examples: ANamespace, AClass,
706
706
# AClass::ANamespace, ANamespace::*Test
707
707
708
- EXCLUDE_SYMBOLS =
708
+ EXCLUDE_SYMBOLS = boost google
709
709
710
710
# The EXAMPLE_PATH tag can be used to specify one or more files or
711
711
# directories that contain example code fragments that are included (see
@@ -1577,7 +1577,7 @@ HIDE_UNDOC_RELATIONS = YES
1577
1577
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1578
1578
# have no effect if this option is set to NO (the default)
1579
1579
1580
- HAVE_DOT = NO
1580
+ HAVE_DOT = YES
1581
1581
1582
1582
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
1583
1583
# allowed to run in parallel. When set to 0 (the default) doxygen will
@@ -1659,15 +1659,15 @@ INCLUDED_BY_GRAPH = YES
1659
1659
# the time of a run. So in most cases it will be better to enable call graphs
1660
1660
# for selected functions only using the \callgraph command.
1661
1661
1662
- CALL_GRAPH = NO
1662
+ CALL_GRAPH = YES
1663
1663
1664
1664
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1665
1665
# doxygen will generate a caller dependency graph for every global function
1666
1666
# or class method. Note that enabling this option will significantly increase
1667
1667
# the time of a run. So in most cases it will be better to enable caller
1668
1668
# graphs for selected functions only using the \callergraph command.
1669
1669
1670
- CALLER_GRAPH = NO
1670
+ CALLER_GRAPH = YES
1671
1671
1672
1672
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1673
1673
# will generate a graphical hierarchy of all classes instead of a textual one.
@@ -1685,7 +1685,7 @@ DIRECTORY_GRAPH = YES
1685
1685
# generated by dot. Possible values are svg, png, jpg, or gif.
1686
1686
# If left blank png will be used.
1687
1687
1688
- DOT_IMAGE_FORMAT = png
1688
+ DOT_IMAGE_FORMAT = svg
1689
1689
1690
1690
# The tag DOT_PATH can be used to specify the path where the dot tool can be
1691
1691
# found. If left blank, it is assumed the dot tool can be found in the path.
0 commit comments