doc: filter expected dup decl warnings
The API documentation for networking.rst can throw a doxygen warning depending on the versions of sphinx/breathe being used. Fixes: #11111 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
62cce740ea
commit
ae4d7612f0
|
@ -64,3 +64,7 @@
|
|||
^(?P<filename>([\-:\\/\w\.])+[/\\]doc[/\\]api[/\\]networking.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[/\\]api[/\\]networking.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.
|
||||
|
|
Loading…
Reference in a new issue