fix(mqtt): MQTT5 API header added to documentation

MQTT5 API headers were missing.
This commit is contained in:
Euripedes Rocha 2024-12-10 15:46:04 +01:00 committed by Rocha Euripedes
parent f2c3fc2129
commit 8a25cd1503
3 changed files with 3 additions and 0 deletions

View File

@ -284,6 +284,7 @@ INPUT = \
$(PROJECT_PATH)/components/mbedtls/esp_crt_bundle/include/esp_crt_bundle.h \
$(PROJECT_PATH)/components/mbedtls/port/include/ecdsa/ecdsa_alt.h \
$(PROJECT_PATH)/components/mqtt/esp-mqtt/include/mqtt_client.h \
$(PROJECT_PATH)/components/mqtt/esp-mqtt/include/mqtt5_client.h \
$(PROJECT_PATH)/components/nvs_flash/include/nvs_flash.h \
$(PROJECT_PATH)/components/nvs_flash/include/nvs.h \
$(PROJECT_PATH)/components/nvs_flash/include/nvs_bootloader.h \

View File

@ -205,3 +205,4 @@ API Reference
-------------
.. include-build-file:: inc/mqtt_client.inc
.. include-build-file:: inc/mqtt5_client.inc

View File

@ -205,3 +205,4 @@ API 参考
-------------
.. include-build-file:: inc/mqtt_client.inc
.. include-build-file:: inc/mqtt5_client.inc