XDCMake Warning XDC0021

Output xml_file contains no XML document comments

An .xdc file was manually edited to remove all <member> tags. Therefore, the xdcmake-generated .xml file has no content.

For more information, see XDCMake.

The following sample generates XDC0021:

// xdc0021.xdc
// compile with: xdc0021.xdc
// XDC0021 expected
<?xml version="1.0"?>
<doc>
<members>
</members>
</doc>