From 3e26a25e36e2ce9c1c76fd9aab4a91696f744780 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Tue, 15 Oct 2019 10:36:39 -0400 Subject: [PATCH] gpu: nvgpu: skip doxygen for userd HAL All userd HALs are called from common.fifo or hal.fifo Skip doxygen since no HAL is called from external unit. Jira NVGPU-4157 Change-Id: Ie1d27faeb0d20b1d5f1634b1a6bb7a5e3c3c97e1 Signed-off-by: Thomas Fleury Reviewed-on: https://git-master.nvidia.com/r/2218536 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/include/nvgpu/gops_userd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h b/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h index 5db53044c..5ed60c07f 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h +++ b/drivers/gpu/nvgpu/include/nvgpu/gops_userd.h @@ -22,6 +22,7 @@ #ifndef NVGPU_GOPS_USERD_H #define NVGPU_GOPS_USERD_H +/** @cond DOXYGEN_SHOULD_SKIP_THIS */ #include struct gk20a; @@ -40,6 +41,6 @@ struct gops_userd { #endif }; - +/** @endcond DOXYGEN_SHOULD_SKIP_THIS */ #endif