<?xml version="1.0" encoding="us-ascii"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1592</ErrorName>
  <Examples>
    <string>// cs1592.cs: Badly formed XML in included comments file -- `there-is-no-such-file'
// Line: 12
// Compiler options: -doc:dummy.xml -warn:1 -warnaserror

namespace Testing
{
   /// blah
   public class Test
   {
	// warning
	/// &lt;include file='there-is-no-such-file' path='/foo/bar' /&gt;
	public void Baz (int x)
	{
	}
   }
}

</string>
  </Examples>
</ErrorDocumentation>