2021-04-06 06:02:03 +08:00
|
|
|
# Each line should contain the regular expression of a known Sphinx warning
|
|
|
|
# that should be filtered out
|
2023-07-02 04:16:50 +08:00
|
|
|
|
|
|
|
# Function and (enum or struct) name
|
2022-05-11 00:28:21 +08:00
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: flash_img_check'.*
|
2021-05-17 16:33:03 +08:00
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: fs_statvfs'.*
|
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*dmic_trigger.*'.*
|
2023-07-02 04:16:50 +08:00
|
|
|
.*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
|
2021-05-17 16:33:03 +08:00
|
|
|
.*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.*'.*
|
2023-07-02 04:16:50 +08:00
|
|
|
|
|
|
|
# Common field names
|
2021-05-17 16:33:03 +08:00
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in_addr.*'.*
|
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct in6_addr.*'.*
|
|
|
|
.*Duplicate C declaration.*\n.*'\.\. c:.*:: .*struct net_if.*'.*
|