Skip to content

Commit a86248e

Browse files
committed
doc: hide doxygen duplicate definition warnings
Sphinx/Breathe have a known problem with processing unnamed nested structs and unions that cause a "Duplicate definition" warning. Use our .known-issues filter to hide these in the HLD content. Tracked-on: #1706 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 3ffa968 commit a86248e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/.known-issues/doc/dupdecl.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Emulated devices
2+
# HLD warnings
33
#
4-
#
5-
^(?P<filename>[-._/\w]+/hld/hv-io-emulation.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.
4+
#^(?P<filename>[-._/\w]+/hld/hv-cpu-virt.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.
5+
^(?P<filename>[-._/\w]+/hld/[-._/\w]+.rst):(?P<lineno>[0-9]+): WARNING: Duplicate declaration.

0 commit comments

Comments
 (0)