[Mono-bugs] [Bug 77183][Nor] Changed - [PATCH] Using XML
documentation on a method with a generic parameter causes a
compilation error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 11:37:07 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77183
--- shadow/77183 2006-01-11 11:36:08.000000000 -0500
+++ shadow/77183.tmp.17260 2006-01-11 11:37:07.000000000 -0500
@@ -10,14 +10,13 @@
Component: C#
AssignedTo: atsushi at ximian.com
ReportedBy: cutefuzzysquirrel at gmail.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: Using XML documentation on a method with a generic parameter causes a compilation error
+Summary: [PATCH] Using XML documentation on a method with a generic parameter causes a compilation error
Description of Problem:
When compiling an assembly with XML documentation, a method that contains a
generic parameter will cause the compilation to abort with the following error:
error CS1569: Error generating XML documentation file `FILENAME.xml'
@@ -65,6 +64,9 @@
------- Additional Comments From atsushi at ximian.com 2006-01-11 11:36 -------
Created an attachment (id=16306)
revised patch (no doc.cs diff between mcs and gmcs)
+
+------- Additional Comments From atsushi at ximian.com 2006-01-11 11:37 -------
+Hari: how should I add gmcs-specific tests in mcs/tests ?
More information about the mono-bugs
mailing list