From b07a07fec22ba3a573ec61c70dc7b962242bf538 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 24 Mar 2020 19:31:26 +0100 Subject: [PATCH] Doxyfile: Fix/update path and file references. --- Doxyfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index ce404680..9bffde85 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