Skip to content

xml not well-formed (invalid token) for c++ #6892

Closed
@junghans

Description

@junghans

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 &lt;, 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions