We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22862e commit 7efe86cCopy full SHA for 7efe86c
docs/Doxyfile
@@ -26,6 +26,11 @@ EXCLUDE_PATTERNS = */lib/Generated/* \
26
*/lib/Ui/* \
27
*/src/generated_lecture_dbc.c
28
29
+# Skip helper unions that confuse Breathe's signature parser
30
+EXCLUDE_SYMBOLS = BytesUnion \
31
+ BytesUnion_FD \
32
+ BitRef
33
+
34
# Include path so Doxygen can resolve DBC types like Cluster_t
35
INCLUDE_PATH = ../lib/Generated/lib
36
0 commit comments