Skip to content

Commit 7efe86c

Browse files
author
naahm003
committed
exclude unions
1 parent f22862e commit 7efe86c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Doxyfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ EXCLUDE_PATTERNS = */lib/Generated/* \
2626
*/lib/Ui/* \
2727
*/src/generated_lecture_dbc.c
2828

29+
# Skip helper unions that confuse Breathe's signature parser
30+
EXCLUDE_SYMBOLS = BytesUnion \
31+
BytesUnion_FD \
32+
BitRef
33+
2934
# Include path so Doxygen can resolve DBC types like Cluster_t
3035
INCLUDE_PATH = ../lib/Generated/lib
3136

0 commit comments

Comments
 (0)