diff options
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r-- | docs/Doxyfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile index 6fa2570d8..edd375028 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Compute Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 18.03 +PROJECT_NUMBER = 18.05 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -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 |