[Mono-docs-list] doc generation

Miguel de Icaza miguel@ximian.com
05 Sep 2003 10:22:00 -0400


hello,

> > Ben requested some more of  the docs be generated and added to monodoc.  
>
> Actually the problem is that APIs are missing (like ones that are not in
> ECMA).

Ok, so that is a task for the Updater.  Just be careful when running it:
you need to audit the changes after, to make sure nothing got removed
(still on the early days of that software).

> > 1. add only corlib.dll, System.dll, and System.Xml.dll updates/docs
> > 2. add System.*.dll updates/docs (produces some namspaces that start 
> > with Mono. and a Microsoft.Win32
> > 3. add System.*.dll and Mono.*.dll to the same or seperate sections

Today we have a problem.  There is no way of merging trees.  So to get
the correct display all of the assemblies that will contribute to a tree
have to be on the same directory.

Miguel