Can refer to 1) comments in XML documents or 2) XML markup used for documentation in programming language comments.
A comment in an XML document looks like this:
<!-- comment text -->
See https://www.w3.org/TR/xml/#sec-comments.
For information on the second meaning of this tag, see https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/.