From 3127d7b54c22449fcc85dd1c59ca294885d5f997 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Thu, 22 Jun 2023 15:07:07 +0100 Subject: [PATCH] doc: Add more known-warnings We should probably clear out the old warnings and see what still applies for docleaf now that we have that instead of breathe. However for this moment, these are new duplication declarations that we're seeing errors for and so we'd like to silence them. Signed-off-by: Michael Jones --- doc/known-warnings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/known-warnings.txt b/doc/known-warnings.txt index 2ae3f98729c..20788ea8e54 100644 --- a/doc/known-warnings.txt +++ b/doc/known-warnings.txt @@ -16,3 +16,6 @@ .*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in6_addr.*'.* .*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct net_if.*'.* .*Duplicate C declaration.*\n.*'\.\. c:struct:: bt_ots_init'.* +.*Duplicate C declaration.*\n.*'\.\. c:member:: enum *bt_mesh_dfd_upload_phase bt_mesh_dfd_srv.phase'.* +.*Duplicate C declaration.*\n.*'\.\. c:member:: struct *bt_mesh_blob_xfer bt_mesh_dfu_cli.blob'.* +.*Duplicate C declaration.*\n.*'\.\. c:member:: struct *net_if *\* net_if_mcast_monitor.iface'.