[Mono-bugs] [Bug 69676][Nor] Changed - monodoc treats nested classes oddly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Nov 2004 22:26:55 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69676
--- shadow/69676 2004-11-18 15:43:28.000000000 -0500
+++ shadow/69676.tmp.20116 2004-11-18 22:26:55.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69676
Product: Mono: Doctools
Version: 1.0
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Core
AssignedTo: mono-bugs@ximian.com
ReportedBy: danw@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,10 @@
Foo/One.xml
Foo/Two.xml
Foo/Nested.xml
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.