Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/hal_ml_doc.h
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
/**
* High level documentation of the HAL ML
* High level documentation of the HAL Machine Learning
* Copyright (C) 2025 Yongjoo Ahn <[email protected]>
*
* SPDX-License-Identifier: Apache-2.0
*
* @file hal_ml_doc.h
* @date 15 Jan 2025
* @brief High level documentation of the HAL ML
* @brief High level documentation of the HAL Machine Learning
* @author Yongjoo Ahn <[email protected]>
* @see https://github.com/nnstreamer/nnstremaer
* @bug No known bugs except for NYI items
*
* @details
* This file contains high level documentation of the HAL ML.
* This file contains high level documentation of the HAL Machine Learning.
*/

#ifndef __TIZEN_HAL_ML_DOC_H__
#define __TIZEN_HAL_ML_DOC_H__


/**
* @defgroup HALAPI_HAL_ML_MODULE ML
* @defgroup HALAPI_HAL_ML_MODULE Machine Learning
* @brief The @ref HALAPI_HAL_ML_MODULE provides functions for ml.
*
* @section HALAPI_HAL_ML_MODULE_HEADER Required Header
Expand Down
Loading