0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00

Add correct exclusions to Doxyfile.in.

Now that we have src/ext/ext.md (since b0a716dfb0), 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.
This commit is contained in:
Nick Mathewson 2020-07-07 10:24:24 -04:00
parent 86fdddccb2
commit bc63f59f3c

View File

@ -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