mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 00:52:42 +00:00
Remove old known issues files and update with issues that still need to be fixed in Sphinx>=3.2.0 and or Doxygen, including anonymous union/struct parsing and duplicated symbols (eg struct and functions having the same name). Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
40 lines
2.4 KiB
Plaintext
40 lines
2.4 KiB
Plaintext
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]file_system[/\\]index.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]peripherals[/\\]dma.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]audio[/\\]dmic.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]net_if.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]ieee802154.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]sockets.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]uuid.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]sdp.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]rfcomm.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]hci_raw.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]hci_drivers.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]gatt.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]gap.rst):(?P<lineno>[0-9]+): WARNING: Duplicate C declaration, also defined in (.*)\.$
|
|
^Declaration is \'.*\'\.$
|