]> sigrok.org Git - libsigrok.git/blobdiff - Doxyfile
kingst-la2016: fix segfault that often occurs when a capture is aborted
[libsigrok.git] / Doxyfile
index ce404680ea21f730a7f3207113d418173761409b..a05f4d26dc458fcde11857953324e07a7133c767 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -874,6 +874,8 @@ EXCLUDE                = config.h \
                          src/session_driver.c \
                          src/std.c \
                          src/drivers.c \
+                         src/driver_list_start.c \
+                         src/driver_list_stop.c \
                          src/ezusb.c \
                          src/fallback.c \
                          src/soft-trigger.c \
@@ -904,9 +906,10 @@ EXCLUDE_PATTERNS       = */src/hardware/* \
                          */src/lcr/* \
                          */src/modbus/* \
                          */src/scale/* \
-                         */src/tests/* \
-                         */src/bindings/* \
-                         */src/doxy/*
+                         */src/bt/* \
+                         */src/serial_* \
+                         */bindings/* \
+                         */doxy/*
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
 # (namespaces, classes, functions, etc.) that should be excluded from the
@@ -2166,7 +2169,8 @@ INCLUDE_FILE_PATTERNS  =
 # recursively expanded use the := operator instead of the = operator.
 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
 
-PREDEFINED             = SR_API=
+PREDEFINED             = SR_API= \
+                         HAVE_SERIAL_COMM
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
 # tag can be used to specify a list of macro names that should be expanded. The