Closed
Description
Part of ECP-copa/Cabana#94, generating the xml output for Cabana_AoSoA.hpp, the output xml is invalid:
xml/classCabana_1_1AoSoA.xml:25:33: not well-formed (invalid token)
The lines in question are:
<param>
<type>typename</type>
<declname>std::enable_if<(is_member_types< DataTypes >::value &&Impl::IsVectorLengthValid< VectorLength >::value), int >::type</declname>
<defname>std::enable_if<(is_member_types< DataTypes >::value &&Impl::IsVectorLengthValid< VectorLength >::value), int >::type</defname>
<defval>0</defval>
</param>
which contain <
instead of <
, the source lines are: https://github.com/ECP-copa/Cabana/blob/master/core/src/Cabana_AoSoA.hpp#L62-L64
This is Doxygen version 1.8.14