From 459e8ab9d2d41ac5ab8dc92279024980f4a23e29 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 21 Sep 2022 15:50:00 +0100 Subject: [PATCH] Update doxygen.conf Update doxygen.conf for preprocessing options --- doxygen.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doxygen.conf b/doxygen.conf index 196f49af..5ee4ef13 100644 --- a/doxygen.conf +++ b/doxygen.conf @@ -2260,18 +2260,22 @@ 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 = HAVE_CLUTTER=1 \ +PREDEFINED = HAVE_ARCHIVE=1 \ + HAVE_CLUTTER=1 \ HAVE_DJVU=1 \ HAVE_EXIV2=1 \ HAVE_FFMPEGTHUMBNAILER=1 \ HAVE_HEIF=1 \ HAVE_J2K=1 \ HAVE_JPEG=1 \ + HAVE_LCMS=1 \ + HAVE_LCMS2=1 \ HAVE_LIBCHAMPLAIN=1 \ HAVE_LIBCHAMPLAIN_GTK=1 \ HAVE_LUA=1 \ HAVE_PDF=1 \ HAVE_RAW=1 \ + HAVE_SPELL=1 \ HAVE_TIFF=1 \ HAVE_WEBP=1 -- 2.20.1