]> sigrok.org Git - libsigrok.git/blobdiff - Doxyfile
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / Doxyfile
index 9bffde85601f133335999db51adaafe404d4c230..a05f4d26dc458fcde11857953324e07a7133c767 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -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