<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1711</ErrorName>
  <Examples>
    <string>// CS1711: XML comment on `A' has a typeparam name `T1' but there is no type parameter by that name
// Line: 8
// Compiler options: -doc:dummy.xml /warnaserror /warn:2

/// &lt;summary&gt;
///  &lt;typeparam name="T1" /&gt;
/// &lt;/summary&gt;
class A
{
}
</string>
  </Examples>
</ErrorDocumentation>