1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-23 07:59:11 -04:00
Vikram Dattu 2b475022c5 fix(esp_srp): Use @file for file documentation and missing doc
Using @brief for file description wrongly associates the documentation to an API.
Correct way to add file description is to use `@file` and then `@brief`. Corrected the same.

- Also added missing doc for esp_srp_handle_t
2023-12-19 13:12:11 +05:30
..