e4ca936551
The bt_ots_init struct has been renamed to bt_ots_init_param in commit:
cf0ff30b53
That was previously triggering a warning in Sphinx, due to the same
name being used for a struct and function, and this pattern
was designed to silence it. We don't need the pattern any more as the
warning is gone.
Signed-off-by: Michael Jones <m.pricejones@gmail.com>
30 lines
1.5 KiB
Plaintext
30 lines
1.5 KiB
Plaintext
# Each line should contain the regular expression of a known Sphinx warning
|
|
# that should be filtered out
|
|
|
|
# Function and (enum or struct) name
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: flash_img_check'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: fs_statvfs'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*dmic_trigger.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: dma_config'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: net_if_mcast_monitor'.*
|
|
|
|
# Struct and typedef name
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: zsock_fd_set'.*
|
|
|
|
# Function and extern function
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*net_if_ipv4_addr_mask_cmp.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*net_if_ipv4_is_addr_bcast.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*net_if_ipv4_addr_lookup.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*net_if_ipv6_addr_lookup.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*net_if_ipv6_maddr_lookup.*'.*
|
|
|
|
# Common field names
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in_addr.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in6_addr.*'.*
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct net_if.*'.*
|
|
|
|
# Clash with field of nested anonymous struct
|
|
.*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'.
|