[Mono-bugs] [Bug 82006][Min] Changed - gmcs doesn't like generic types in XML comments

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 27 00:14:20 EDT 2007


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=82006

--- shadow/82006	2007-08-26 20:23:41.000000000 -0400
+++ shadow/82006.tmp.13276	2007-08-27 00:14:20.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82006
 Product: Mono: Compilers
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: brian.nickel at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -54,6 +54,12 @@
 cref attribute, the documentation generator must respect namespace
 visibility according to using statements appearing within the source
 code. For code elements that are generic, the normal generic syntax
 (ie “List<T>”) cannot be used because it produces invalid XML. Braces
 can be used instead of brackets (ie “List{T}”), or the XML escape
 syntax can be used (ie “List&lt;T&gt;”).
+
+------- Additional Comments From atsushi at ximian.com  2007-08-27 00:14 -------
+Annex E. is just an informative section that we do not have to follow,
+so it is not a bug. I already wrote that without 'T:' it won't work
+(it is about csc. The msdn blog post or your interpretation of it is
+wrong).


More information about the mono-bugs mailing list