X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=Doxyfile;h=a05f4d26dc458fcde11857953324e07a7133c767;hp=ce404680ea21f730a7f3207113d418173761409b;hb=2622b4297fd4cc4bed5c06bb6ae0aaa8b40e0ece;hpb=2faa1db0332d1daa253c8b2d0d46ee61ebd2a59a diff --git a/Doxyfile b/Doxyfile index ce404680..a05f4d26 100644 --- 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