Skip to content

Commit 01c5abb

Browse files
again4youjaeyun-jung
authored andcommitted
[Tizen/API] Use function instead of API in documentation
API review scripts recommands to use the word 'function' instead of 'API' in documentation as below. So this patch fixes this issue. Are you sure "API" in this case shouldn't be "function"? If this sentence refers to a single function, not a set of functions, it should be "function". Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
1 parent 7c812e5 commit 01c5abb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tizen-api/doc/nnstreamer_doc.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@
4545
*
4646
* @defgroup CAPI_ML_NNSTREAMER_PIPELINE_MODULE NNStreamer Pipeline
4747
* @ingroup CAPI_ML_NNSTREAMER
48-
* @brief The NNStreamer API provides interfaces to create and execute stream pipelines with neural networks and sensors.
48+
* @brief The NNStreamer function provides interfaces to create and execute stream pipelines with neural networks and sensors.
4949
* @section CAPI_ML_NNSTREAMER_PIPELINE_HEADER Required Header
5050
* \#include <nnstreamer/nnstreamer.h> \n
5151
*
5252
* @section CAPI_ML_NNSTREAMER_PIPELINE_OVERVIEW Overview
53-
* The NNStreamer API provides interfaces to create and execute stream pipelines with neural networks and sensors.
53+
* The NNStreamer function provides interfaces to create and execute stream pipelines with neural networks and sensors.
5454
*
55-
* This API allows the following operations with NNStreamer:
55+
* This function allows the following operations with NNStreamer:
5656
* - Create a stream pipeline with NNStreamer plugins, GStreamer plugins, and sensor/camera/mic inputs
5757
* - Interfaces to push data to the pipeline from the application
5858
* - Interfaces to pull data from the pipeline to the application
5959
* - Interfaces to start/stop/destroy the pipeline
6060
* - Interfaces to control switches and valves in the pipeline.
6161
*
62-
* Note that this API set is supposed to be thread-safe.
62+
* Note that this function set is supposed to be thread-safe.
6363
*
6464
* @section CAPI_ML_NNSTREAMER_PIPELINE_FEATURE Related Features
65-
* This API is related with the following features :\n
65+
* This function is related with the following features :\n
6666
* - http://tizen.org/feature/nnstreamer.pipeline\n
6767
*
6868
* It is recommended to probe features in your application for reliability.\n
69-
* You can check if a device supports the related features for this API by using
69+
* You can check if a device supports the related features for this function by using
7070
* @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of
7171
* your application.\n
7272
* To ensure your application is only running on the device with specific

0 commit comments

Comments
 (0)