5fb312b784
Older versions of sphinx produced something like: file_system/index.rst:58: WARNING: Duplicate declaration. Newer versions produce: file_system/index.rst:58: WARNING: Duplicate declaration, fs_statvfs Change the regex to handle both conditions. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
71 lines
2.8 KiB
Plaintext
71 lines
2.8 KiB
Plaintext
#
|
|
# Networking
|
|
#
|
|
#
|
|
# include/net/net_ip.h warnings
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking.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 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]+]
|
|
^.*in[_6]+addr.in[46]_u
|
|
^[- \t]*\^
|
|
#
|
|
# include/net/net_mgmt.h
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking.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]+]
|
|
^.*net_mgmt_event_callback.__unnamed__
|
|
^[- \t]*\^
|
|
#
|
|
# include/net/buf.h
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking.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]+]
|
|
^.*net_buf.__unnamed__
|
|
^[- \t]*\^
|
|
#
|
|
# include/net/ieee802154.h
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking.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]+]
|
|
^.*ieee802154_req_params.__unnamed__
|
|
^[- \t]*\^
|
|
#
|
|
# include/net/net_context.h
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]net_context.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]
|
|
^.*net_context.options
|
|
^[- \t]*\^
|
|
#
|
|
# include/net/net_stats.h
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]net_stats.rst):(?P<lineno>[0-9]+): WARNING: Invalid definition: Expected end of definition. \[error at [0-9]+]
|
|
^.*net_stats_tc.[a-z]+
|
|
^[- \t]*\^
|
|
#
|
|
# stray duplicate definition warnings
|
|
#
|
|
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]reference[/\\]networking[/\\]net_if.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration(.*)
|