mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
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:
parent
7f83533d57
commit
0bd18a98c8
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user