Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-18 03:22:33 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-18 03:22:33 +0300
commit6794442722947ac9c043b68659f9e0e1c4815c94 (patch)
treee11b79e670d41f5de82e48651b3867202c864ce0 /Doxyfile
parent60965da727d7447b4724e64083e0d939764b1336 (diff)
Fix doxygen puke
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 1e989c95..9555f3c7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2022,7 +2022,7 @@ 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 = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1
+PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 AFIO_REQUIRES(...)=
# 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
@@ -2037,7 +2037,8 @@ EXPAND_AS_DEFINED = AFIO_DECL AFIO_DEADLINE_NAME AFIO_MAKE_FREE_FUNCTION \
AFIO_V2_NAMESPACE AFIO_V2_NAMESPACE_BEGIN AFIO_V2_NAMESPACE_EXPORT_BEGIN AFIO_V2_NAMESPACE_END \
AFIO_VERSION_GLUE2 AFIO_VERSION_GLUE AFIO_HEADERS_PATH4 AFIO_HEADERS_PATH3 AFIO_HEADERS_PATH2 \
AFIO_HEADERS_PATH AFIO_MODULE_NAME \
- AFIO_VERSION_MAJOR AFIO_VERSION_MINOR
+ AFIO_VERSION_MAJOR AFIO_VERSION_MINOR \
+ AFIO_REQUIRES
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have