43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
#
|
|
# Bluetooth unnamed struct definition
|
|
#
|
|
# FIXME: all these should match the relative filename
|
|
#
|
|
^(?P<filename>[-._/\w]+/doc/api/bluetooth.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]$
|
|
^[ \t]*$
|
|
^[ \t]*\^$
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]$
|
|
^[ \t]*$
|
|
^[ \t]*\^$
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]$
|
|
^.*bt_conn_info.__unnamed__.*$
|
|
^[- \t]*\^$
|
|
#
|
|
# bt_gatt_discover_params unnamed struct definition
|
|
#
|
|
^(?P<filename>[-._/\w]+/doc/api/bluetooth.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]
|
|
^.*bt_gatt_discover_params.__unnamed__.*
|
|
^[- \t]*\^
|
|
#
|
|
# Bluetooth GATT unnamed struct definition
|
|
#
|
|
^(?P<filename>[-._/\w]+/doc/api/bluetooth.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected identifier in nested name. \[error at [0-9]+]
|
|
^[ \t]*
|
|
^[ \t]*\^
|
|
^(?P=filename):(?P=lineno): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]
|
|
^.*bt_gatt_read_params.__unnamed__.*
|
|
^[- \t]*\^
|
|
#
|
|
# Bluetooth packed
|
|
#
|
|
^(?P<filename>[-._/\w]+/doc/api/bluetooth.rst):(?P<lineno>[0-9]+): WARNING: cpp:typeOrConcept targets a member \(__packed\).$
|