[Tizen/API] Update header file to comply with Tizen API rule
authorSangjung Woo <sangjung.woo@samsung.com>
Tue, 9 Apr 2019 04:48:57 +0000 (13:48 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 9 Apr 2019 14:06:57 +0000 (23:06 +0900)
commitcc32bf3a5f25dedb8293d83af84b67dd9923c146
treebc0a815e931d86da2f3bb200e5f04e032ce8a871
parentd0c7f0537426d93ca26b1e43174d32575db47e64
[Tizen/API] Update header file to comply with Tizen API rule

In order to comply with the checklist of Tizen API, this patch modifies
a user header file, which is actually included in the code. Detailed
items of modification are as below.

* Add a period "." at the end of @brief.
* Values NNS_ERROR_PIPELINE_FAIL and TIZEN_ERROR_STREAMS_PIPE have
  different suffixes.
* No description in enum variables.
* Enum names should end with '_e'.
* Please use @param[in], @param[out] or @param[in,out]

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
tests/tizen_capi/unittest_tizen_capi.cpp
tizen-api/include/tizen-api.h
tizen-api/src/tizen-api-pipeline.c