From fac1bc5172027e8a8db8784803a51156c986c64b Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Thu, 5 Sep 2019 13:46:40 -0700 Subject: [PATCH] gpu: nvgpu: GENERATE_XML set to YES in doxygen config file Add Doxygen config needed for breathe cd $TOP/kernel/nvgpu/drivers/gpu/nvgpu $ make -f Makefile.doxygen xml output is generated in ./xml JIRA NVGPU-3959 Change-Id: Ife00d1768db862b0929c9b681d3f39de61b16bc3 Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/2191175 Reviewed-by: Nicolas Benech Reviewed-by: Alex Waterman GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/doxygen/Doxyfile.safety | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/doxygen/Doxyfile.safety b/drivers/gpu/nvgpu/doxygen/Doxyfile.safety index 187f282ec..79c9cbaaa 100644 --- a/drivers/gpu/nvgpu/doxygen/Doxyfile.safety +++ b/drivers/gpu/nvgpu/doxygen/Doxyfile.safety @@ -1886,7 +1886,7 @@ MAN_LINKS = NO # captures the structure of the code including all documentation. # The default value is: NO. -GENERATE_XML = NO +GENERATE_XML = YES # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of