Define FUSE_USE_VERSION in Doxygen. (#608)
authorJunichi Uekawa <dancer@netfort.gr.jp>
Wed, 19 May 2021 08:32:14 +0000 (17:32 +0900)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 08:32:14 +0000 (09:32 +0100)
commit0b6d97cf5938f6b4885e487c3bd7b02144b1ea56
tree29e428fe6e1ad5bb66373189e8ff677ae2a33d5d
parent7d1ba6b066cee563e1b52f712146bd2b322ef2ef
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
include/fuse_lowlevel.h