Skip to content

Commit 6dd41de

Browse files
committed
REMOVE: test oud doxygen [in]
1 parent f687a9f commit 6dd41de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/lcd_touch/esp_lcd_touch/include/esp_lcd_touch.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ struct esp_lcd_touch_s {
149149
/**
150150
* @brief Get track ids of touch points
151151
*
152-
* @param tp: Touch handler
153-
* @param track_id: Array of track ids
154-
* @param point_num: Count of touched points to return
152+
* @param[in] tp: Touch handler
153+
* @param[out] track_id: Array of track ids
154+
* @param[in] point_num: Count of touched points to return
155155
*
156156
* @return
157157
* - ESP_OK on success, otherwise returns ESP_ERR_xxx
@@ -303,9 +303,9 @@ bool esp_lcd_touch_get_coordinates(esp_lcd_touch_handle_t tp, uint16_t *x, uint1
303303
/**
304304
* @brief Get track ids of touch points
305305
*
306-
* @param tp: Touch handler
307-
* @param track_id: Array of track ids
308-
* @param point_num: Count of touched points to return
306+
* @param[in] tp: Touch handler
307+
* @param[out] track_id: Array of track ids
308+
* @param[in] point_num: Count of touched points to return
309309
*
310310
* @return
311311
* - ESP_OK on success, otherwise returns ESP_ERR_xxx

0 commit comments

Comments
 (0)