[Mono-docs-list] More monodocer

Jonathan Pryor jonpryor at vt.edu
Tue Oct 10 07:31:10 EDT 2006


I see that you committed your changes, and I'm seeing changes that I
don't understand.

For example, after running the check-monodocer test I see:

-  <Base>
-    <BaseTypeName>System.Object</BaseTypeName>
-  </Base>
+  <Base />
+  <BaseTypeName>System.Object</BaseTypeName>

But I don't see any explanation for this in the ChangeLog.

Actually, it's causing a failure in the unit tests for me:

diff --exclude=.svn -rup DocTest/en.expected/Mono.DocTest/Color.xml DocTest/en.actual/Mono.DocTest/Color.xml
--- DocTest/en.expected/Mono.DocTest/Color.xml  2006-10-09 21:50:30.000000000 -0400
+++ DocTest/en.actual/Mono.DocTest/Color.xml    2006-10-10 07:22:09.000000000 -0400
@@ -4,9 +4,8 @@
     <AssemblyName>DocTest</AssemblyName>
     <AssemblyVersion>0.0.0.0</AssemblyVersion>
   </AssemblyInfo>
-  <Base>
-    <BaseTypeName>System.Enum</BaseTypeName>
-  </Base>
+  <Base />
+  <BaseTypeName>System.Enum</BaseTypeName>

Among many others.

Any idea about what's happening here?

 - Jon




More information about the Mono-docs-list mailing list