From: saerome.kim Date: Tue, 30 Oct 2018 00:00:27 +0000 (+0900) Subject: Fixed wrong doxygen rules X-Git-Tag: submit/tizen/20181207.042006~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F192065%2F1;p=platform%2Fcore%2Fapi%2Fzigbee.git Fixed wrong doxygen rules - @records -> @a records - #assoc_dev_addr_list -> @a assoc_dev_addr_list Change-Id: Icacf91567a923cca796214b157077e71ac73b457 Signed-off-by: saerome.kim --- diff --git a/include/zigbee.h b/include/zigbee.h index 0d97fe4..a3c9836 100644 --- a/include/zigbee.h +++ b/include/zigbee.h @@ -1663,7 +1663,7 @@ int zb_simple_desc_set_out_clusters(zb_zdo_simple_desc_h handle, * #ZB_ZDP_STATUS_DEVICE_NOT_FOUND * @param[out] remote_dev_addr64 64-bit address for the remote device * @param[out] remote_dev_addr16 16-bit address for the remote device - * @param[out] assoc_dev_len The number of items in the 16-bit short addresses #assoc_dev_addr_list. + * @param[out] assoc_dev_len The number of items in the 16-bit short addresses @a assoc_dev_addr_list. * If the RequestType in the request is Extended Response * and there are no associated devices on the Remote Device, * this field shall be set to 0. @@ -2346,7 +2346,7 @@ int zb_read_attr_status_record_set_value( * @param[out] ep The source end-point of the received information (ex. endpoint 1) * @param[out] clusterid ZCL cluster id * @param[out] records Attribute status record - * @param[out] count The number of items in @records + * @param[out] count The number of items in @a records * @param[out] user_data User data * * @see zb_zcl_global_attr_read()