[Mono-bugs] [Bug 82381][Nor] Changed - Cannot put xml documentation on indexers in interfaces.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Aug 18 02:56:18 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 fizzfaldt at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82381
--- shadow/82381 2007-08-08 16:15:37.000000000 -0400
+++ shadow/82381.tmp.19075 2007-08-18 02:56:17.000000000 -0400
@@ -72,6 +72,30 @@
{
get;
}
}
</code>
+
+------- Additional Comments From fizzfaldt at gmail.com 2007-08-18 02:56 -------
+VS 2005 C# compiler compiles without warnings and generates:
+D:\Win32\Microsoft Visual Studio 8\VC>type foo.xml
+<?xml version="1.0"?>
+<doc>
+<assembly>
+<name>code</name>
+</assembly>
+<members>
+<member name="T:blah">
+<summary>summary</summary>
+</member>
+<member name="M:blah.Main(System.String[])">
+<summary>summary</summary>
+</member>
+<member name="T:Interface">
+<summary>summary</summary>
+</member>
+<member name="P:Interface.Item(System.Int32)">
+<summary>Problem!</summary>
+</member>
+</members>
+</doc>
More information about the mono-bugs
mailing list