aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-09-23 15:08:38 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-10-02 13:56:01 +0000
commit552e11dbfa03c5f3a86911c2941e545294be94ac (patch)
treeb24e7376f58fa6b53888a517b501c30a729ab03b /docs/Doxyfile
parentfc2f6d0427e1d886fcccc68867d1af1ccd96608b (diff)
downloadComputeLibrary-552e11dbfa03c5f3a86911c2941e545294be94ac.tar.gz
COMPMID-3761: Update directory structure
Change-Id: Ic450f731216d1aa7f8975aecdc07e98cccc05b99 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4023 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 7f5aa5bdbe..bdc4b776d3 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -291,7 +291,7 @@ OPTIMIZE_OUTPUT_VHDL = NO
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.
-EXTENSION_MAPPING = cl=C
+EXTENSION_MAPPING = cl=C bp=C dir=C
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
@@ -776,11 +776,14 @@ INPUT = ./docs/00_introduction.dox \
./docs/05_contribution_guidelines.dox \
./docs/06_functions_list.dox \
./docs/07_errata.dox \
+ ./docs/ComputeLibrary.dir \
./arm_compute/ \
./src/ \
./examples/ \
./tests/ \
./utils/ \
+ ./Android.bp \
+ ./scripts \
./support/
# This tag can be used to specify the character encoding of the source files
@@ -843,6 +846,8 @@ FILE_PATTERNS = *.c \
*.qsf \
*.as \
*.js \
+ *.bp \
+ *.dir \
*.cl
# The RECURSIVE tag can be used to specify whether or not subdirectories should