aboutsummaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2019-10-25 16:34:28 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-11-12 21:31:12 +0000
commit7b12bfb369d11eeb3e51ce178955dd0186fa8b52 (patch)
treeffc819895e85018db0c3a49e087f2c40b1cd81e0 /docs/Doxyfile
parent8217c8e4f488eb32733c481ab3a4d905069479f1 (diff)
downloadComputeLibrary-7b12bfb369d11eeb3e51ce178955dd0186fa8b52.tar.gz
COMPMID-1730: Document best practices
Change-Id: I720a3beeb0c6503938f637b42fc45741e4aa1ab5 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/2263 Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 94a167bc90..36ef2bca58 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -769,11 +769,12 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
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 \
+ ./docs/04_adding_operator.dox \
+ ./docs/05_contribution_guidelines.dox \
+ ./docs/06_functions_list.dox \
./arm_compute/ \
./src/ \
./examples/ \
@@ -996,7 +997,7 @@ INLINE_SOURCES = YES
# Fortran comments will always remain visible.
# The default value is: YES.
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.