From 1e1b16259fbd9fe545124a901ba98e7c2f3df6a3 Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Tue, 30 Oct 2018 09:00:27 +0900 Subject: [PATCH] Fixed wrong doxygen rules - @records -> @a records - #assoc_dev_addr_list -> @a assoc_dev_addr_list Change-Id: Icacf91567a923cca796214b157077e71ac73b457 Signed-off-by: saerome.kim --- include/zigbee.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 2.34.1