aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorW. J. van der Laan <laanwj@protonmail.com>2021-08-02 13:52:43 +0200
committerW. J. van der Laan <laanwj@protonmail.com>2021-08-02 13:52:46 +0200
commitdcd116950fed0890020bc7283c5fa753f866047f (patch)
tree1aa964e43591a6a1206451eb3a4cba782a687d32 /doc
parentefd6f904c78769ad2e93c1f1de43014d284e7561 (diff)
parent5d37cc44f9200861a278d074f8caa99e8db6be02 (diff)
downloadbitcoin-dcd116950fed0890020bc7283c5fa753f866047f.tar.xz
Merge bitcoin/bitcoin#22001: doc: Generate doxygen documentation for test sources
5d37cc44f9200861a278d074f8caa99e8db6be02 Generate doxygen documentation for test sources (Patrick Kamin) Pull request description: Fixes #19248 While searching for the documentation of the test utilities I realized they were excluded from doxygen. I agree with the statement in #19248. It's also helpful for new contributors to gain a broader understanding of the class dependencies visually (see BasicTestSetup) ACKs for top commit: laanwj: ACK 5d37cc44f9200861a278d074f8caa99e8db6be02 Tree-SHA512: 32f0abab2970c65621af5cee7f620c2653bd9688366e125543262bd078841e64a5a1e24cf0241e9f6ec538b8759e06108d5ff056449aa1c98d5f287deef18c86
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 21bf587eaf..d8fd46d1c7 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -863,9 +863,7 @@ RECURSIVE = YES
EXCLUDE = src/crc32c \
src/leveldb \
- src/json \
- src/test \
- src/qt/test
+ src/json
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded