Doxyfile: Fix/update path and file references.

This commit is contained in:
Uwe Hermann 2020-03-24 19:31:26 +01:00
parent 2faa1db033
commit b07a07fec2
1 changed files with 6 additions and 3 deletions

View File

@ -874,6 +874,8 @@ EXCLUDE = config.h \
src/session_driver.c \ src/session_driver.c \
src/std.c \ src/std.c \
src/drivers.c \ src/drivers.c \
src/driver_list_start.c \
src/driver_list_stop.c \
src/ezusb.c \ src/ezusb.c \
src/fallback.c \ src/fallback.c \
src/soft-trigger.c \ src/soft-trigger.c \
@ -904,9 +906,10 @@ EXCLUDE_PATTERNS = */src/hardware/* \
*/src/lcr/* \ */src/lcr/* \
*/src/modbus/* \ */src/modbus/* \
*/src/scale/* \ */src/scale/* \
*/src/tests/* \ */src/bt/* \
*/src/bindings/* \ */src/serial_* \
*/src/doxy/* */bindings/* \
*/doxy/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the # (namespaces, classes, functions, etc.) that should be excluded from the