瀏覽代碼

docs(mqtt): ignore undocumented APIs

Marius Vikhammer 2 年之前
父節點
當前提交
24b8d27080
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/doxygen-known-warnings.txt

+ 2 - 0
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)