XDCMake Warning XDC0023

discarded <member> tag with missing or empty 'name', 'source', 'line' attribute

A <member> tag was missing information for one of its attributes, so xdcmake discarded the <member> tag.

For more information, see XDCMake.

The following sample generates XDC0023:

// xdc0023.xdc
// compile with: xdc0023.xdc
// XDC0023 expected
<?xml version="1.0"?>
<doc>
<members>
<member name="T:MyClass" decl="" source="c:\test1.cpp" line="6">
   <value attribute='MyAttr'>explains the property value</value>
</member>
</members>
</doc>