From bf939e3ea62ff5b9138fe615362cc1cc8259b8ac Mon Sep 17 00:00:00 2001 From: Nicolas Benech Date: Fri, 12 Jul 2019 10:34:35 -0400 Subject: [PATCH] gpu: nvgpu: docs: increase doxygen coverage This patch updates the doxygen configuration file to provide source access to all NVGPU source files and various smaller tweaks to improve readability. JIRA NVGPU-3801 Change-Id: Ib0493a165f0f35e56941a1c950575b66f8c4dc30 Signed-off-by: Nicolas Benech Reviewed-on: https://git-master.nvidia.com/r/2152443 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/doxygen/Doxyfile.safety | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/nvgpu/doxygen/Doxyfile.safety b/drivers/gpu/nvgpu/doxygen/Doxyfile.safety index 6242f9591..3c344397a 100644 --- a/drivers/gpu/nvgpu/doxygen/Doxyfile.safety +++ b/drivers/gpu/nvgpu/doxygen/Doxyfile.safety @@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0 # normally produced when WARNINGS is set to YES. # The default value is: NO. -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will # be included in the documentation. @@ -434,7 +434,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO, @@ -934,7 +934,7 @@ USE_MDFILE_AS_MAINPAGE = # also VERBATIM_HEADERS is set to NO. # The default value is: NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation.