From d646ae17893a89771cdc61ac8790f7e241ecd799 Mon Sep 17 00:00:00 2001 From: Vidhya Sudhan Loganathan Date: Mon, 19 Nov 2018 15:18:20 +0000 Subject: COMPMID-1065 : Create documentation explaining how to add new functions / kernels Change-Id: I98183f95814442b6f3dbb67a1bdae99df05b9b01 --- docs/Doxyfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/Doxyfile') diff --git a/docs/Doxyfile b/docs/Doxyfile index 2d239c9db5..d1eeee07a9 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -771,10 +771,11 @@ WARN_LOGFILE = INPUT = ./docs/00_introduction.dox \ ./docs/05_functions_list.dox \ ./docs/01_library.dox \ + ./docs/04_adding_operator.dox \ ./docs/02_tests.dox \ ./docs/03_scripts.dox \ ./arm_compute/ \ - ./src/core/CL/cl_kernels/ \ + ./src/ \ ./examples/ \ ./tests/ \ ./utils/ \ @@ -855,8 +856,13 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = ./arm_compute/core/NEON/kernels/assembly/ \ +EXCLUDE = ./arm_compute/core/NEON/kernels/assembly/ \ ./arm_compute/core/NEON/kernels/convolution/ \ + ./src/core/NEON/kernels/assembly/ \ + ./src/core/NEON/kernels/convolution/ \ + ./src/core/NEON/kernels/NELKTrackerKernel.cpp \ + ./src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp \ + ./src/core/GLES_COMPUTE/cs_shaders/ \ ./tests/datasets/ \ ./tests/benchmark/fixtures/ \ ./tests/validation/fixtures/ -- cgit v1.2.1