diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-06 15:06:56 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-06 15:12:04 -0400 |
commit | d0d3b028d59aa6f156aaa58e3b0704a92851e1b5 (patch) | |
tree | 37420fc0fa42543dabad1a5611f0aeff444075c3 /Doxyfile.in | |
parent | ae9042abbfbd9b854fe46138e62cc0b3f6696b68 (diff) | |
download | tor-d0d3b028d59aa6f156aaa58e3b0704a92851e1b5.tar.gz tor-d0d3b028d59aa6f156aaa58e3b0704a92851e1b5.zip |
Remove last artifacts of Rust related code
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 4374e54858..d06c344528 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -864,10 +864,8 @@ RECURSIVE = YES # run. EXCLUDE = ./src/ext/ed25519 \ - ./src/ext/rust \ ./src/trunnel \ - ./src/test \ - ./src/rust/registry + ./src/test # 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 |