mirror of https://github.com/CGAL/cgal
fix syntax
This commit is contained in:
parent
e1ac0e56e0
commit
a78afb74bf
|
|
@ -2188,7 +2188,7 @@ PREDEFINED = DOXYGEN_RUNNING \
|
|||
"CGAL_NP_TEMPLATE_PARAMETERS_2=NamedParameters2 = CGAL::parameters::Default_named_parameter" \
|
||||
"CGAL_NP_CLASS_2=NamedParameters2" \
|
||||
CGAL_DEPRECATED \
|
||||
CGAL_MSG_DEPRECATED
|
||||
CGAL_DEPRECATED_MSG(name)=
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -2172,7 +2172,7 @@ PREDEFINED = DOXYGEN_RUNNING \
|
|||
"CGAL_NP_TEMPLATE_PARAMETERS_2=NamedParameters2 = CGAL::parameters::Default_named_parameter" \
|
||||
"CGAL_NP_CLASS_2=NamedParameters2" \
|
||||
CGAL_DEPRECATED \
|
||||
CGAL_DEPRECATED_MSG
|
||||
CGAL_DEPRECATED_MSG(name)=
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -2256,7 +2256,7 @@ PREDEFINED = DOXYGEN_RUNNING \
|
|||
"CGAL_NP_TEMPLATE_PARAMETERS_2=NamedParameters2 = CGAL::parameters::Default_named_parameter" \
|
||||
"CGAL_NP_CLASS_2=NamedParameters2" \
|
||||
CGAL_DEPRECATED \
|
||||
CGAL_DEPRECATED_MSG
|
||||
CGAL_DEPRECATED_MSG(name)=
|
||||
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1779,7 +1779,7 @@ PREDEFINED = DOXYGEN_RUNNING \
|
|||
"CGAL_NP_TEMPLATE_PARAMETERS_2=NamedParameters2 = CGAL::parameters::Default_named_parameter" \
|
||||
"CGAL_NP_CLASS_2=NamedParameters2" \
|
||||
CGAL_DEPRECATED \
|
||||
CGAL_DEPRECATED_MSG
|
||||
CGAL_DEPRECATED_MSG(name)=
|
||||
|
||||
# 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.
|
||||
|
|
|
|||
|
|
@ -2268,7 +2268,7 @@ PREDEFINED = DOXYGEN_RUNNING \
|
|||
"CGAL_NP_TEMPLATE_PARAMETERS_2=NamedParameters2 = CGAL::parameters::Default_named_parameter" \
|
||||
"CGAL_NP_CLASS_2=NamedParameters2" \
|
||||
CGAL_DEPRECATED \
|
||||
CGAL_DEPRECATED_MSG
|
||||
CGAL_DEPRECATED_MSG(name)=
|
||||
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
|
|
|
|||
Loading…
Reference in New Issue