a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
19 lines
626 B
XML
19 lines
626 B
XML
<?xml version="1.0"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>test-xml-042</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:TestNamespace.TestClass">
|
|
<summary>
|
|
<see cref="M:TestNamespace.TestClass.FunctionWithParameter(System.Int32@,System.Int32@)"/>
|
|
</summary>
|
|
</member>
|
|
<member name="M:TestNamespace.TestClass.FunctionWithParameter(System.Int32@,System.Int32@)">
|
|
<summary>
|
|
Function with wrong generated parameter list in XML documentation. There is missing @ after System.Int32
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|