Skip to content

Commit 025a2f4

Browse files
anyj0527jaeyun-jung
authored andcommitted
[doc] Fix tizen hal category name
- Rename "ML" into "Machine Learning" a proper tizen hal category name Signed-off-by: Yongjoo Ahn <[email protected]>
1 parent 10be4bd commit 025a2f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/hal_ml_doc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
/**
2-
* High level documentation of the HAL ML
2+
* High level documentation of the HAL Machine Learning
33
* Copyright (C) 2025 Yongjoo Ahn <[email protected]>
44
*
55
* SPDX-License-Identifier: Apache-2.0
66
*
77
* @file hal_ml_doc.h
88
* @date 15 Jan 2025
9-
* @brief High level documentation of the HAL ML
9+
* @brief High level documentation of the HAL Machine Learning
1010
* @author Yongjoo Ahn <[email protected]>
1111
* @see https://github.com/nnstreamer/nnstremaer
1212
* @bug No known bugs except for NYI items
1313
*
1414
* @details
15-
* This file contains high level documentation of the HAL ML.
15+
* This file contains high level documentation of the HAL Machine Learning.
1616
*/
1717

1818
#ifndef __TIZEN_HAL_ML_DOC_H__
1919
#define __TIZEN_HAL_ML_DOC_H__
2020

2121

2222
/**
23-
* @defgroup HALAPI_HAL_ML_MODULE ML
23+
* @defgroup HALAPI_HAL_ML_MODULE Machine Learning
2424
* @brief The @ref HALAPI_HAL_ML_MODULE provides functions for ml.
2525
*
2626
* @section HALAPI_HAL_ML_MODULE_HEADER Required Header

0 commit comments

Comments
 (0)