[Mono-list] How to build a monodoc provider?

Miguel de Icaza miguel@ximian.com
14 Sep 2003 14:48:56 -0400


Hello,

> How can you build a monodoc provider? I understand that the process must
> start using updater.exe to generate the .xml files, then with
> assembler.exe build the .zip and .tree and copy those files to
> /usr/local/lib/monodoc. But what else is necessary in order to see this
> info from monodoc (GTK# or web version) ???

You could read the monodoc/browser/NOTES file and see the sample
`simple-provider.cs' that is meant to be a tutorial on writing
providers.

Miguel