From 24b8d27080a29dbe342aa0d71611b5b7ae722be7 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Thu, 31 Aug 2023 08:18:39 +0800 Subject: [PATCH] docs(mqtt): ignore undocumented APIs --- docs/doxygen-known-warnings.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/doxygen-known-warnings.txt b/docs/doxygen-known-warnings.txt index 24789964de..1c3db2ed22 100644 --- a/docs/doxygen-known-warnings.txt +++ b/docs/doxygen-known-warnings.txt @@ -1,3 +1,5 @@ +mqtt_client.h:line: warning: Compound esp_mqtt_client_config_t::outbox_config_t is not documented. +mqtt_client.h:line: warning: Member outbox (variable) of class esp_mqtt_client_config_t is not documented. semphr.h:line: warning: argument 'pxStaticSemaphore' of command @param is not found in the argument list of xSemaphoreCreateCounting(uxMaxCount, uxInitialCount) task.h:line: warning: argument 'pxTaskDefinition' of command @param is not found in the argument list of vTaskAllocateMPURegions(TaskHandle_t xTask, const MemoryRegion_t *const pxRegions) task.h:line: warning: argument 'pxCreatedTask' of command @param is not found in the argument list of vTaskAllocateMPURegions(TaskHandle_t xTask, const MemoryRegion_t *const pxRegions)