[Gtk-sharp-list] Prerelease of libsndfile-cil

Duncan Mak duncan@ximian.com
Tue, 28 Sep 2004 16:07:29 -0400


Hola Jorge,

On Tue, 2004-09-28 at 18:08 +0200, Jorge Garc=EDa wrote:
> * Monodoc doc system works, but there is not correct
> doc/en/Sndfile/*.xml files due that I don't have any Microsoft compiler
> avaliable. Could anybody send me those files tgzipped?

The monodoc file format is not in the same format as the inline
documentation generated by csc. For generating documentation files for
use with monodoc, use the monodoc/updater tool.

Checkout the 'monodoc' module and compile monodoc/generator/updater.cs.
You can run it by calling:

"Usage: updater <assembly> [-o <output dir>] [-f]"

(Where -f is force removal of old docs)

Since you'll be using this for the first time to generate stubs, you
don't have to think about the -f flag. I think it'll dump the generated
docs in the current dir if you don't specify an output dir with the -o
flag.

Hope this helps,
=20
--=20
Duncan Mak <duncan@ximian.com>