Remove superfluous = from Doxygen PREDEFINE

Doxygen 1.8.17 reporst this as error:

   error: Illegal PREDEFINED format '=', no define name specified

It seems Doxygen output is not affected by removal of the `=` sign.
Closes #678
This commit is contained in:
Mateusz Łoskot 2020-03-07 00:16:38 +01:00
parent 7f83533d57
commit 0bd18a98c8
No known key found for this signature in database
GPG Key ID: 928D7C2ABB2AC1F2

View File

@ -314,9 +314,9 @@ EXPAND_ONLY_PREDEF = YES
SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED = BOOST_CONCEPT_REQUIRES(x)= \
BOOST_CONCEPT_ASSERT(x) = \
BOOST_STATIC_ASSERT(x) = \
PREDEFINED = BOOST_CONCEPT_REQUIRES(x) \
BOOST_CONCEPT_ASSERT(x) \
BOOST_STATIC_ASSERT(x) \
DOXYGEN_SHOULD_SKIP_THIS \
DOXYGEN_NO_DISPATCH \
DOXYGEN_NO_IMPL \