Fixed wrong doxygen rules 65/192065/1
authorsaerome.kim <saerome.kim@samsung.com>
Tue, 30 Oct 2018 00:00:27 +0000 (09:00 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Tue, 30 Oct 2018 00:00:27 +0000 (09:00 +0900)
- @records -> @a records
- #assoc_dev_addr_list -> @a assoc_dev_addr_list

Change-Id: Icacf91567a923cca796214b157077e71ac73b457
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
include/zigbee.h

index 0d97fe4..a3c9836 100644 (file)
@@ -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 @records
  * @param[out] user_data User data
  *
  * @see zb_zcl_global_attr_read()