From 0b6d97cf5938f6b4885e487c3bd7b02144b1ea56 Mon Sep 17 00:00:00 2001 From: Junichi Uekawa Date: Wed, 19 May 2021 17:32:14 +0900 Subject: Define FUSE_USE_VERSION in Doxygen. (#608) We currently do not pass anything in PREDEFINED and that means FUSE_USE_VERSION is undefined. Add that definition so that Doxygen built-in C pre-processor can use FUSE_USE_VERSION value to find the correct comment to parse. --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Doxyfile') diff --git a/doc/Doxyfile b/doc/Doxyfile index e354127..46ea6cd 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -987,7 +987,7 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = +PREDEFINED = FUSE_USE_VERSION=35 # 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. -- cgit v1.2.3