aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-07-07 10:24:24 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-07 10:24:24 -0400
commitbc63f59f3c45c61296aac94411f9ab73cfbda322 (patch)
treea5aebdeaf096a4dafbf6448472e2d53903a516f5 /Doxyfile.in
parent86fdddccb27f15edcfd49038c87a0f66c11fb52e (diff)
downloadtor-bc63f59f3c45c61296aac94411f9ab73cfbda322.tar.gz
tor-bc63f59f3c45c61296aac94411f9ab73cfbda322.zip
Add correct exclusions to Doxyfile.in.
Now that we have src/ext/ext.md (since b0a716dfb0a73920ac4f), we don't want to have src/ext excluded in its entirety. Like a smart person, when I added src/ext/ext.md, I edited Doxyfile, forgetting that it is generated from Doxyfile.in. :/ This should fix travis builds.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 503c1302db..4374e54858 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -863,7 +863,8 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = ./src/ext \
+EXCLUDE = ./src/ext/ed25519 \
+ ./src/ext/rust \
./src/trunnel \
./src/test \
./src/rust/registry