Skip to content

Commit 6039196

Browse files
committed
doc: version bump Doxyfile
- bump version to 0.9.99 - exclude leveldb and json - include call and caller graphs in the documentation.
1 parent 178d6a1 commit 6039196

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/Doxyfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
3434
# This could be handy for archiving the generated documentation or
3535
# if some version control system is used.
3636

37-
PROJECT_NUMBER = 0.9.0
37+
PROJECT_NUMBER = 0.9.99
3838

3939
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4040
# for a project that appears at the top of each page and should give viewer
@@ -683,7 +683,7 @@ RECURSIVE = YES
683683
# excluded from the INPUT source files. This way you can easily exclude a
684684
# subdirectory from a directory tree whose root is specified with the INPUT tag.
685685

686-
EXCLUDE =
686+
EXCLUDE = src/leveldb src/json src/test /src/qt/test
687687

688688
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
689689
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -705,7 +705,7 @@ EXCLUDE_PATTERNS =
705705
# wildcard * is used, a substring. Examples: ANamespace, AClass,
706706
# AClass::ANamespace, ANamespace::*Test
707707

708-
EXCLUDE_SYMBOLS =
708+
EXCLUDE_SYMBOLS = boost google
709709

710710
# The EXAMPLE_PATH tag can be used to specify one or more files or
711711
# directories that contain example code fragments that are included (see
@@ -1577,7 +1577,7 @@ HIDE_UNDOC_RELATIONS = YES
15771577
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
15781578
# have no effect if this option is set to NO (the default)
15791579

1580-
HAVE_DOT = NO
1580+
HAVE_DOT = YES
15811581

15821582
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
15831583
# allowed to run in parallel. When set to 0 (the default) doxygen will
@@ -1659,15 +1659,15 @@ INCLUDED_BY_GRAPH = YES
16591659
# the time of a run. So in most cases it will be better to enable call graphs
16601660
# for selected functions only using the \callgraph command.
16611661

1662-
CALL_GRAPH = NO
1662+
CALL_GRAPH = YES
16631663

16641664
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
16651665
# doxygen will generate a caller dependency graph for every global function
16661666
# or class method. Note that enabling this option will significantly increase
16671667
# the time of a run. So in most cases it will be better to enable caller
16681668
# graphs for selected functions only using the \callergraph command.
16691669

1670-
CALLER_GRAPH = NO
1670+
CALLER_GRAPH = YES
16711671

16721672
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
16731673
# will generate a graphical hierarchy of all classes instead of a textual one.
@@ -1685,7 +1685,7 @@ DIRECTORY_GRAPH = YES
16851685
# generated by dot. Possible values are svg, png, jpg, or gif.
16861686
# If left blank png will be used.
16871687

1688-
DOT_IMAGE_FORMAT = png
1688+
DOT_IMAGE_FORMAT = svg
16891689

16901690
# The tag DOT_PATH can be used to specify the path where the dot tool can be
16911691
# found. If left blank, it is assumed the dot tool can be found in the path.

0 commit comments

Comments
 (0)