From d41982c4ab4d30365ecc8b1c5c39edf6bc9bc5de Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Tue, 26 Apr 2022 13:36:30 +0900 Subject: [PATCH] [C-API] Remove unnecessary doxygen tag This patch removes the unnecessary doxygen tag in doc.h file. Signed-off-by: Sangjung Woo --- c/doc/nnstreamer_doc.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/c/doc/nnstreamer_doc.h b/c/doc/nnstreamer_doc.h index 1c6a67e..f2ceb74 100644 --- a/c/doc/nnstreamer_doc.h +++ b/c/doc/nnstreamer_doc.h @@ -16,7 +16,6 @@ /** * @ingroup CAPI_ML_FRAMEWORK * @defgroup CAPI_ML_NNSTREAMER_PIPELINE_MODULE Pipeline - * @addtogroup CAPI_ML_NNSTREAMER_PIPELINE_MODULE * @brief The NNStreamer function provides interfaces to create and execute stream pipelines with neural networks and sensors. * @section CAPI_ML_NNSTREAMER_PIPELINE_HEADER Required Header * \#include \n @@ -59,7 +58,6 @@ /** * @ingroup CAPI_ML_FRAMEWORK * @defgroup CAPI_ML_NNSTREAMER_SINGLE_MODULE Single - * @addtogroup CAPI_ML_NNSTREAMER_SINGLE_MODULE * @brief The NNStreamer Single API provides interfaces to invoke a neural network model with a single instance of input data. * @section CAPI_ML_NNSTREAMER_SINGLE_HEADER Required Header * \#include \n @@ -100,7 +98,6 @@ /** * @ingroup CAPI_ML_FRAMEWORK * @defgroup CAPI_ML_NNSTREAMER_SERVICE_MODULE Service - * @addtogroup CAPI_ML_NNSTREAMER_SERVICE_MODULE * @brief The NNStreamer Service API provides interfaces to store and fetch the pipeline description for AI application developers. * @section CAPI_ML_NNSTREAMER_SERVICE_HEADER Required Header * \#include \n -- 2.7.4