aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 4046b373bc..56fad93b03 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -773,7 +773,6 @@ INPUT = ./docs/00_introduction.dox \
./docs/02_tests.dox \
./docs/03_scripts.dox \
./arm_compute/ \
- ./scripts/ \
./src/core/CL/cl_kernels/ \
./examples/ \
./tests/ \
@@ -856,7 +855,10 @@ RECURSIVE = YES
# run.
EXCLUDE = ./arm_compute/core/NEON/kernels/assembly/ \
- ./arm_compute/core/NEON/kernels/convolution/
+ ./arm_compute/core/NEON/kernels/convolution/ \
+ ./tests/datasets/ \
+ ./tests/benchmark/fixtures/ \
+ ./tests/validation/fixtures/
# 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