[Mono-bugs] [Bug 69676][Nor] Changed - monodoc treats nested classes oddly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Nov 2004 22:35:44 -0500 (EST)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69676
--- shadow/69676 2004-11-18 22:26:55.000000000 -0500
+++ shadow/69676.tmp.30425 2004-11-29 22:35:44.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Core
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: bmaurer@users.sf.net
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: monodoc treats nested classes oddly
@@ -34,6 +34,9 @@
But if you then add either "Foo.Nested" or "Foo.One.Nested" to
the namespace, you'll lose, because there'll be a naming conflict.
------- Additional Comments From sebastien@ximian.com 2004-11-18 22:26 -------
#60826 (public nested class are listed in the documentation even if
the parent class isn't public) is another issue with nested class.
+
+------- Additional Comments From miguel@ximian.com 2004-11-29 22:35 -------
+Ben, can you look at these two?