Fixed doxygen rule violoation. 19/207819/1 accepted/tizen/unified/20190613.220313 submit/tizen/20190613.103213
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 13 Jun 2019 04:56:32 +0000 (13:56 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 13 Jun 2019 04:57:09 +0000 (13:57 +0900)
commitb0f5276bb1c9aa2505d6bff8ffff209944dc2ee7
treec199083c3ba678b2ae428c61181795f1a21e2ae9
parent5ce0c597640e9199457d71afe689726067bd16c5
Fixed doxygen rule violoation.

include/mtp.h:17: Note:
  The recommended inclusion guard symbol is __TIZEN_<MODULE>_<SUB_MODULE>_<FILE_BASE_NAME>_H__.
  The number of <SUB_MODULE> segments can be 0, 1, or more.
  For example, for data_control_map.h the symbol is __TIZEN_APPFW_DATA_CONTROL_MAP_H__.
  For this file, it would be __TIZEN_<MODULE>_<SUB_MODULE>_MTP_H__.

include/mtp.h:205: ERROR:
  Return value #MTP_ERROR_INVALID_PARAMETER used in incorrect order.
  Correct return value order:
  ERROR_NONE
  ERROR_NOT_SUPPORTED
  ERROR_PERMISSION_DENIED
  ERROR_INVALID_PARAMETER
  Other errors

Change-Id: Ieae8e0f9d4ddf389e3b85941abe934a05b4e6668
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/mtp.h
include/mtp_db.h [changed mode: 0755->0644]
include/mtp_debug.h [changed mode: 0755->0644]
include/mtp_gdbus.h [changed mode: 0755->0644]
include/mtp_gdbus_deviceinfo.h [changed mode: 0755->0644]
include/mtp_gdbus_manager.h [changed mode: 0755->0644]
include/mtp_gdbus_objectinfo.h [changed mode: 0755->0644]
include/mtp_gdbus_storageinfo.h [changed mode: 0755->0644]
include/mtp_internal.h [changed mode: 0755->0644]
include/mtp_private.h [changed mode: 0755->0644]