Skip to content

Commit dcd1169

Browse files
committed
Merge bitcoin/bitcoin#22001: doc: Generate doxygen documentation for test sources
5d37cc4 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 5d37cc4 Tree-SHA512: 32f0abab2970c65621af5cee7f620c2653bd9688366e125543262bd078841e64a5a1e24cf0241e9f6ec538b8759e06108d5ff056449aa1c98d5f287deef18c86
2 parents efd6f90 + 5d37cc4 commit dcd1169

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/Doxyfile.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,9 +863,7 @@ RECURSIVE = YES
863863

864864
EXCLUDE = src/crc32c \
865865
src/leveldb \
866-
src/json \
867-
src/test \
868-
src/qt/test
866+
src/json
869867

870868
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
871869
# directories that are symbolic links (a Unix file system feature) are excluded

0 commit comments

Comments
 (0)