Delphi Error – W1202 XML comment on ‘%s’ has badly formed XML- ‘Reference to undefined entity ‘%s”

Delphi Compiler Error

W1202 XML comment on ‘%s’ has badly formed XML- ‘Reference to undefined entity ‘%s”

Reason for the Error & Solution

This warning message occurs when XML references an undefined entity.

This is an error in XML documentation processing. The XML is not well formed. This is a warning because a documentation error does not prevent building.