[Mono-bugs] [Bug 82006][Wis] New - gmcs doesn't like generic types in XML comments
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 4 07:36:42 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 brian.nickel at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82006
--- shadow/82006 2007-07-04 07:36:42.000000000 -0400
+++ shadow/82006.tmp.19167 2007-07-04 07:36:42.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 82006
+Product: Mono: Compilers
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: brian.nickel at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: gmcs doesn't like generic types in XML comments
+
+I'm trying to reference a generic type in XML comments via <see
+cref="ListBase<string>" />
+
+But I get this warning:
+XML comment on `TagLib.StringCollection' has syntactically incorrect cref
+attribute `ListBase<T>'(CS1584)
+
+According to http://blogs.msdn.com/ansonh/archive/2006/09/11/750056.aspx,
+both "ListBase<string>" and "ListBase{string}" should both work.
More information about the mono-bugs
mailing list