Doxyfile: Predefine HAVE_SERIAL_COMM for serial docs.

Without this, src/serial.c API docs won't be generated.
This commit is contained in:
Uwe Hermann 2020-03-25 19:37:23 +01:00
parent b07a07fec2
commit 4e9e767be0
1 changed files with 2 additions and 1 deletions

View File

@ -2169,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