mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01: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:
parent
86fdddccb2
commit
bc63f59f3c
@ -863,7 +863,8 @@ RECURSIVE = YES
|
|||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE = ./src/ext \
|
EXCLUDE = ./src/ext/ed25519 \
|
||||||
|
./src/ext/rust \
|
||||||
./src/trunnel \
|
./src/trunnel \
|
||||||
./src/test \
|
./src/test \
|
||||||
./src/rust/registry
|
./src/rust/registry
|
||||||
|
Loading…
Reference in New Issue
Block a user