XDCMake Warning XDC0022

File file contains no <doc><members> tag

The <doc> and <members> tags were not present in a .xdc file.

For example, if a .xdc file is manually edited and the <members> tag is changed to <Memebers>, xdcmake will not recognize the tag.

No .xml file is generated when this diagnostic occurs.

For more information, see XDCMake.

The following sample generates XDC0022:

// xdc0022.xdc
// compile with: xdc0022.xdc
// XDC0022 expected
<?xml version="1.0"?>
<doc>
<Members>
<Member name="T:MyClass" decl="false" source="c:\test1.cpp" line="6">
   <value attribute='MyAttr'>explains the property value</value>
</Member>
</Members>
</doc>