[Mono-docs-list] Re: Monodoc bug Redux

Miguel de Icaza miguel@ximian.com
10 Mar 2003 00:35:21 -0500


Hello,

    The bug was that the documentation assembler was generating files
like this:

<class>
</class>
<class>
</class>

    I have now changed it so the file generated is:

<elements>
  <class>
  </class>
  <class>
  </class>
</elements>

    The fixes are on CVS in the `monodoc' module.  I will try to do a
release tomorrow of Monodoc for people to use.

Miguel