[Mono-bugs] [Bug 69676][Nor] New - monodoc treats nested classes oddly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Nov 2004 15:43:28 -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 danw@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69676
--- shadow/69676 2004-11-18 15:43:28.000000000 -0500
+++ shadow/69676.tmp.15140 2004-11-18 15:43:28.000000000 -0500
@@ -0,0 +1,35 @@
+Bug#: 69676
+Product: Mono: Doctools
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Core
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: danw@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: monodoc treats nested classes oddly
+
+If you have
+
+namespace Foo {
+ class One { ... }
+ class Two {
+ class Nested { ... }
+ }
+}
+
+monodoc will generate/expect doc files named
+
+ 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.