https://bugzilla.novell.com/show_bug.cgi?id=649884
https://bugzilla.novell.com/show_bug.cgi?id=649884#c1 David Schmitt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Schmitt <[email protected]> 2010-12-20 14:37:49 UTC --- This seems to be caused by any namespaced type reference: cc...@squeeze:~/tmp$ gmcs /t:library /doc:test.xml test.cs test.cs(4,14): warning CS1574: XML comment on `Main' has cref attribute `System.Type' that could not be resolved Compilation succeeded - 1 warning(s) cc...@squeeze:~/tmp$ cat test.cs using System; /// <summary>See <see cref="System.Type"/>.</summary> public class Main { } cc...@squeeze:~/tmp$ gmcs --version Mono C# compiler version 2.8.1.0 cc...@squeeze:~/tmp$ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
