From 7b12bfb369d11eeb3e51ce178955dd0186fa8b52 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 25 Oct 2019 16:34:28 +0100 Subject: COMPMID-1730: Document best practices Change-Id: I720a3beeb0c6503938f637b42fc45741e4aa1ab5 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/2263 Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins Reviewed-by: Michalis Spyrou Tested-by: Arm Jenkins --- docs/Doxyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/Doxyfile') 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. -- cgit v1.2.1