[Mono-docs-list] Still no System.Windows.Forms in monodoc.

Jonathan Pryor jonpryor at vt.edu
Sun Mar 11 16:19:16 EDT 2007


On Sun, 2007-03-11 at 14:23 +0100, Valentin Sawadski wrote:
> a while ago I started a discussion on how to ship documentation for 
> System.Windows.Forms with monodoc. If I'm not mistaken Jonathan tried to 
> alter the build process of monodoc to include the missing documentation.
> 
> But that was 3 months and I have not noticed any changes so far, therefore I 
> wanted to ask what the current status is.

My apologies, but work got busy and I've only managed to update the
mscorlib.dll docs (and not much else).

I've  committed my class/Makefile.am changes so you should be able to
create/update System.Windows.Forms documentation.  It should be as
simple as:

	cd monodocs/class
	make update-dir ASSEMBLY=System.Windows.Forms \
		DIR=System.Windows.Forms

 - Jon




More information about the Mono-docs-list mailing list