doc: remove anon union/struct from known issues
Previous Breathe versions had issues parsing anonymous unions/structs which was fixed recently, so those can be removed from .known-issues. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
8cd7ed1980
commit
c8dfc3de3c
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
#
|
||||
# Anonymous struct/union
|
||||
#
|
||||
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]connection_mgmt.rst):(?P<lineno>[0-9]+): WARNING: Error in declarator or parameters$
|
||||
^Invalid C declaration: Expected identifier in nested name. \[error at [0-9]+]$
|
||||
^.*union bt_conn_info::@[0-9]+.*$
|
||||
^[- \t]*\^$
|
||||
#
|
||||
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]bluetooth[/\\]connection_mgmt.rst):(?P<lineno>[0-9]+): WARNING: Error in declarator or parameters$
|
||||
^Invalid C declaration: Expected identifier in nested name. \[error at [0-9]+]$
|
||||
^.*enum bt_conn_oob_info::@[0-9]+.*$
|
||||
^[- \t]*\^$
|
Loading…
Add table
Add a link
Reference in a new issue